This commit is contained in:
les 2021-03-16 19:58:33 +01:00
parent ffb2009afc
commit 128848bb06
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -2,7 +2,7 @@
module.exports = {
up: (queryInterface, Sequelize) => {
return queryInterface.sequelize.query('ALTER TYPE "enum_event_notifications_status" ADD VALUE \'sending\'')
return queryInterface.sequelize.query('ALTER TYPE "enum_event_notifications_status" ADD VALUE \'sending\'').catch(e => {})
},
down: (queryInterface, Sequelize) => {