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