minor
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
|||||||
consola.warn(`⚠️ Non empty db! Please move your current db elsewhere than retry.
|
consola.warn(`⚠️ Non empty db! Please move your current db elsewhere than retry.
|
||||||
If you want to `)
|
If you want to `)
|
||||||
return -1
|
return -1
|
||||||
} catch(e) { console.error(e) }
|
} catch(e) { }
|
||||||
|
|
||||||
consola.info(`Create tables schema`)
|
consola.info(`Create tables schema`)
|
||||||
await db.sequelize.sync().catch(e => {
|
await db.sequelize.sync().catch(e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user