#98, working sync setup from server to desktop instance + refactoring of DB initialization

This commit is contained in:
azivner
2018-07-22 19:56:20 +02:00
parent a201661ce5
commit 073300bbcd
10 changed files with 149 additions and 62 deletions

View File

@@ -86,7 +86,7 @@ async function migrate() {
}
if (sqlInit.isDbUpToDate()) {
sqlInit.setDbReadyAsResolved();
await sqlInit.initDbConnection();
}
return migrations;