This commit is contained in:
les
2019-10-23 14:27:29 +02:00
parent 53eb009612
commit eeddc2aa9d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
// modify values of `type` field
try {
await queryInterface.removeColumn('notifications', 'type')
await queryInterface.removeColumn('notifications', 'type').catch()
} catch {}
try {