From 53da63d7b685c7e8252be92bbb870f4d8a33dc5a Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 21 Dec 2023 16:03:49 +0100 Subject: [PATCH] #12132 Fix MR --- pandora_console/extras/mr/67.sql | 4 ++++ pandora_console/extras/mr/68.sql | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 pandora_console/extras/mr/68.sql diff --git a/pandora_console/extras/mr/67.sql b/pandora_console/extras/mr/67.sql index 5838a2612b..be0a7a7848 100644 --- a/pandora_console/extras/mr/67.sql +++ b/pandora_console/extras/mr/67.sql @@ -1544,4 +1544,8 @@ ALTER TABLE `tpolicy_modules` ADD COLUMN `ignore_unknown` TINYINT NOT NULL DEFAU ALTER TABLE `tagente` ADD COLUMN `ignore_unknown` TINYINT NOT NULL DEFAULT 0; ALTER TABLE `tmetaconsole_agent` ADD COLUMN `ignore_unknown` TINYINT NOT NULL DEFAULT 0; +DELETE FROM `twelcome_tip` WHERE `title` = 'Automatic agent provision system'; + +INSERT INTO `twelcome_tip` (`id_lang`,`id_profile`,`title`,`text`,`url`,`enable`) VALUES ('en_GB',0,'Automatic agent provision system','The agent self-provisioning system allows an agent recently entered into the system to automatically apply changes to their configuration (such as moving them from group, assigning them certain values in custom fields) and of course applying certain monitoring policies. It is one of the most powerful functionalities, aimed at managing very large system parks.','https://pandorafms.com/manual/start?id=en/documentation/02_installation/05_configuration_agents#conf',1); + COMMIT; diff --git a/pandora_console/extras/mr/68.sql b/pandora_console/extras/mr/68.sql deleted file mode 100644 index 3095941187..0000000000 --- a/pandora_console/extras/mr/68.sql +++ /dev/null @@ -1,7 +0,0 @@ -START TRANSACTION; - -DELETE FROM `twelcome_tip` WHERE `title` = 'Automatic agent provision system'; - -INSERT INTO `twelcome_tip` (`id_lang`,`id_profile`,`title`,`text`,`url`,`enable`) VALUES ('en_GB',0,'Automatic agent provision system','The agent self-provisioning system allows an agent recently entered into the system to automatically apply changes to their configuration (such as moving them from group, assigning them certain values in custom fields) and of course applying certain monitoring policies. It is one of the most powerful functionalities, aimed at managing very large system parks.','https://pandorafms.com/manual/start?id=en/documentation/02_installation/05_configuration_agents#conf',1); - -COMMIT; \ No newline at end of file