fix status event_notification enum adding 'sending'
This commit is contained in:
@@ -6,7 +6,7 @@ class EventNotification extends Model {}
|
||||
EventNotification.init({
|
||||
status: {
|
||||
type: DataTypes.ENUM,
|
||||
values: ['new', 'sent', 'error'],
|
||||
values: ['new', 'sent', 'error', 'sending'],
|
||||
defaultValue: 'new',
|
||||
index: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user