bodastage/bts-ce-lite

Version database changes with migrations

Closed this issue · 1 comments

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.

Added migrations in commit 3df1200