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.
--initial
createdb.py
Thank you!
Commit e307d740 fixes this issue