add CONFIGURED status to bootstrap before READY
This commit is contained in:
@@ -62,7 +62,7 @@ const db = {
|
||||
return umzug.up()
|
||||
},
|
||||
async initialize () {
|
||||
if (config.status === 'READY') {
|
||||
if (config.status === 'CONFIGURED') {
|
||||
try {
|
||||
await db.connect()
|
||||
log.debug('Running migrations')
|
||||
|
||||
Reference in New Issue
Block a user