Fix jwt-token
This commit is contained in:
@@ -582,7 +582,7 @@ module.exports = {
|
||||
comment: 'Alert priority level'
|
||||
},
|
||||
min_threat_level: {
|
||||
type: Sequelize.ENUM('monitoring', 'low', 'medium', 'high', 'critical'),
|
||||
type: Sequelize.ENUM('monitoring', 'low', 'medium', 'high', 'critical'),
|
||||
allowNull: true,
|
||||
comment: 'Minimum threat level required to trigger alert'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user