db deploy - next tests

This commit is contained in:
Jan Prochazka
2021-10-02 16:49:10 +02:00
parent d953d1b342
commit b5f22516b6
3 changed files with 57 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ async function deployDb({ connection, systemConnection, driver, analysedStructur
modelFolder,
loadedDbModel,
});
console.log('RUNNING DEPLOY SCRIPT:', sql);
await executeQuery({ connection, systemConnection, driver, sql });
}