minor
This commit is contained in:
parent
17b29f086e
commit
6caeac6055
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
consola.warn(`⚠️ Non empty db! Please move your current db elsewhere than retry.
|
||||
If you want to `)
|
||||
return -1
|
||||
} catch(e) { console.error(e) }
|
||||
} catch(e) { }
|
||||
|
||||
consola.info(`Create tables schema`)
|
||||
await db.sequelize.sync().catch(e => {
|
||||
|
|
Loading…
Reference in a new issue