Fix jwt-token
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = (sequelize) => {
|
||||
comment: 'Number of retry attempts'
|
||||
},
|
||||
priority: {
|
||||
type: DataTypes.ENUM('low', 'medium', 'high', 'critical'),
|
||||
type: DataTypes.ENUM('low', 'normal', 'medium', 'high', 'critical'),
|
||||
defaultValue: 'medium'
|
||||
},
|
||||
created_at: {
|
||||
|
||||
Reference in New Issue
Block a user