Fix jwt-token
This commit is contained in:
@@ -600,6 +600,11 @@ module.exports = {
|
||||
defaultValue: Sequelize.UUIDV4,
|
||||
primaryKey: true
|
||||
},
|
||||
alert_event_id: {
|
||||
type: Sequelize.UUID,
|
||||
allowNull: true,
|
||||
comment: 'Groups related alerts (SMS, email, webhook) that are part of the same detection event'
|
||||
},
|
||||
alert_rule_id: {
|
||||
type: Sequelize.UUID,
|
||||
allowNull: true,
|
||||
|
||||
Reference in New Issue
Block a user