Files
mattermost-mobile/app/database
Avinash Lingaloo a505bd5e11 MM_30476 : ADDED Schema Managers
* The migration array will hold all the migration steps.

*  The initial app release (e.g. v2 )will have an empty array and subsequent releases  (e.g.  v2.1 ) will have the steps listed in that array.

* On initialization, the database will perform the migration to accomodate for new columns/tables creation and while it will conserve the mobile phone's data, it will also make it conform to this new schema.

* If a migration fails, the migration process will rollback any changes.  This migration will be thoroughly tested in development before pushing it live.
2020-12-01 16:43:23 +04:00
..
2020-12-01 16:43:23 +04:00
2020-12-01 16:43:23 +04:00
2020-12-01 16:43:23 +04:00