Version database changes with migrations
erssebaggala opened this issue · 1 comments
erssebaggala commented
As of version 0.2.3, the database is setup through an sql script this will get complex as the app evolves. Additionally, new version setup deletes and creates the database which means all the data is lost. With versioned migrations, this will not be the case.
erssebaggala commented
Added migrations in commit 3df1200