Fix jwt-token
This commit is contained in:
@@ -666,7 +666,7 @@ module.exports = {
|
||||
defaultValue: 0
|
||||
},
|
||||
priority: {
|
||||
type: Sequelize.ENUM('low', 'normal', 'high', 'urgent'),
|
||||
type: Sequelize.ENUM('low', 'normal', 'medium', 'high', 'critical'),
|
||||
defaultValue: 'normal'
|
||||
},
|
||||
created_at: {
|
||||
|
||||
Reference in New Issue
Block a user