diff --git a/pandora_console/extras/mr/67.sql b/pandora_console/extras/mr/67.sql index 10ec8fe804..61a5c50b03 100644 --- a/pandora_console/extras/mr/67.sql +++ b/pandora_console/extras/mr/67.sql @@ -13,6 +13,9 @@ UPDATE talert_actions -- Delete 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; -- Update macros for plugin oracle diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 048ddfda07..b98f706667 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -3035,7 +3035,6 @@ CREATE TABLE IF NOT EXISTS `tevent_rule` ( `module` TEXT, `alert` TEXT, `criticity` TEXT, - `user_comment` TEXT, `id_tag` TEXT, `name` TEXT, `group_recursion` TEXT, @@ -3050,7 +3049,6 @@ CREATE TABLE IF NOT EXISTS `tevent_rule` ( `operator_module` TEXT COMMENT 'Operator for module', `operator_alert` TEXT COMMENT 'Operator for alert', `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_log_content` TEXT COMMENT 'Operator for log_content', `operator_log_source` TEXT COMMENT 'Operator for log_source',