mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
create deploy journal is now warning
This commit is contained in:
@@ -46,7 +46,7 @@ export class ScriptDrivedDeployer {
|
||||
this.journalItems = rows;
|
||||
logger.debug(`Loaded ${rows.length} items from DbGate deploy journal`);
|
||||
} catch (err) {
|
||||
logger.error(
|
||||
logger.warn(
|
||||
extractErrorLogData(err),
|
||||
'Error loading DbGate deploy journal, createing table dbgate_deploy_journal'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user