mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 06:46:00 +00:00
typo
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user