Fix jwt-token

This commit is contained in:
2025-09-22 09:48:52 +02:00
parent b03ecdf246
commit 8b6aab6cf4

View File

@@ -600,6 +600,11 @@ module.exports = {
defaultValue: Sequelize.UUIDV4, defaultValue: Sequelize.UUIDV4,
primaryKey: true 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: { alert_rule_id: {
type: Sequelize.UUID, type: Sequelize.UUID,
allowNull: true, allowNull: true,