mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 07:48:06 +00:00
create deploy journal is now warning
This commit is contained in:
parent
ac7708138c
commit
6bcebb63e4
@ -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'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user