fix: create core schema before making a first select request
Migration uses Finder to get the current table version.
This commit is contained in:
@@ -78,13 +78,12 @@ public:
|
||||
static bool do_migration(morm::ModelConnector * model_connector, morm::Model & model);
|
||||
|
||||
|
||||
bool create_winix_schema();
|
||||
bool do_migration(int & current_table_version);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
bool do_migration_to_1();
|
||||
bool do_migration_to_2();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user