This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Description
Are you thinking about implementing a way to be able to upgrade/migrate the database ?
I see 2 ways :
- Adding Version in Manifest and a script in assets to allow manual migration
- Adding Version in Manifest and checking Tables programmatically at the app init
Of course, there are other ways to do that.
What are your thoughts about it @roscopeco ?