#1696 Automate alembic db version storage
Closed: Fixed Opened by trasher.

In the first DB instantiation, it is required to run a command to have the current db version stored. Missing this step breaks future db updates.

It would be great to automate a bit; using for example an --initial args along with createdb.py; something like that.

Thank you!


Commit e307d740 fixes this issue

Metadata