Fix jwt-token

This commit is contained in:
2025-09-22 06:18:17 +02:00
parent 0c17f431b6
commit bbf5afcf24
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {