WIP: migrations

This commit is contained in:
2024-01-28 23:34:13 -03:00
parent fbf487051e
commit 1aa9f6992b
5 changed files with 112 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ int main() {
Db = DB.getDB(dbSettings);
Db.connect();
Db.runMigrations();
return 0;
}