Database migration on start
Opened this issue · 0 comments
PaulCCCCCCH commented
Currently we do not have any database migration logic, i.e., changes in db schema will be ignored, and if new code depend on new db schema, things will fail. Users will have to manually delete the old database and restart Robustar.
Need to create a database migrator to handle schema change.