create core schema as a first migration

This commit is contained in:
2022-04-11 20:57:49 +02:00
parent a544ccd1a7
commit c8edd241d5
2 changed files with 13 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ private:
bool do_migration_to_1();
bool do_migration_to_2();
};