fix status event_notification enum adding 'sending'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
up: (queryInterface, Sequelize) => {
|
||||
return queryInterface.sequelize.query('ALTER TYPE "enum_event_notifications_status" ADD VALUE \'sending\'')
|
||||
},
|
||||
|
||||
down: (queryInterface, Sequelize) => {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user