deploy db WIP

This commit is contained in:
Jan Prochazka
2021-10-03 09:53:32 +02:00
parent b5f22516b6
commit 58666fd4ec
7 changed files with 48 additions and 18 deletions

View File

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