This commit is contained in:
Jan Prochazka
2024-11-11 15:50:46 +01:00
parent 6bcebb63e4
commit e65b4d0c2a

View File

@@ -48,7 +48,7 @@ export class ScriptDrivedDeployer {
} catch (err) { } catch (err) {
logger.warn( logger.warn(
extractErrorLogData(err), extractErrorLogData(err),
'Error loading DbGate deploy journal, createing table dbgate_deploy_journal' 'Error loading DbGate deploy journal, creating table dbgate_deploy_journal'
); );
const dmp = this.driver.createDumper(); const dmp = this.driver.createDumper();
dmp.createTable({ dmp.createTable({