mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Merge branch 'ent-12095-correlacion-de-alertas-con-field-event-user-comment-no-funciona-adecuadamente' into 'develop'
Ent 12095 correlacion de alertas con field event user comment no funciona adecuadamente See merge request artica/pandorafms!6639
This commit is contained in:
commit
6a998c79ae
@ -13,6 +13,9 @@ UPDATE talert_actions
|
|||||||
-- Delete table tagent_access
|
-- Delete table tagent_access
|
||||||
DROP TABLE tagent_access;
|
DROP TABLE tagent_access;
|
||||||
|
|
||||||
|
ALTER TABLE `tevent_rule` DROP COLUMN `user_comment`;
|
||||||
|
ALTER TABLE `tevent_rule` DROP COLUMN `operator_user_comment`;
|
||||||
|
|
||||||
ALTER TABLE treport_content ADD check_unknowns_graph tinyint DEFAULT 0 NULL;
|
ALTER TABLE treport_content ADD check_unknowns_graph tinyint DEFAULT 0 NULL;
|
||||||
|
|
||||||
-- Update macros for plugin oracle
|
-- Update macros for plugin oracle
|
||||||
|
@ -3035,7 +3035,6 @@ CREATE TABLE IF NOT EXISTS `tevent_rule` (
|
|||||||
`module` TEXT,
|
`module` TEXT,
|
||||||
`alert` TEXT,
|
`alert` TEXT,
|
||||||
`criticity` TEXT,
|
`criticity` TEXT,
|
||||||
`user_comment` TEXT,
|
|
||||||
`id_tag` TEXT,
|
`id_tag` TEXT,
|
||||||
`name` TEXT,
|
`name` TEXT,
|
||||||
`group_recursion` TEXT,
|
`group_recursion` TEXT,
|
||||||
@ -3050,7 +3049,6 @@ CREATE TABLE IF NOT EXISTS `tevent_rule` (
|
|||||||
`operator_module` TEXT COMMENT 'Operator for module',
|
`operator_module` TEXT COMMENT 'Operator for module',
|
||||||
`operator_alert` TEXT COMMENT 'Operator for alert',
|
`operator_alert` TEXT COMMENT 'Operator for alert',
|
||||||
`operator_criticity` TEXT COMMENT 'Operator for criticity',
|
`operator_criticity` TEXT COMMENT 'Operator for criticity',
|
||||||
`operator_user_comment` TEXT COMMENT 'Operator for user_comment',
|
|
||||||
`operator_id_tag` TEXT COMMENT 'Operator for id_tag',
|
`operator_id_tag` TEXT COMMENT 'Operator for id_tag',
|
||||||
`operator_log_content` TEXT COMMENT 'Operator for log_content',
|
`operator_log_content` TEXT COMMENT 'Operator for log_content',
|
||||||
`operator_log_source` TEXT COMMENT 'Operator for log_source',
|
`operator_log_source` TEXT COMMENT 'Operator for log_source',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user