From 3daea977b026459cf5630fc3d218a435d805d2ec Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 13 Aug 2018 14:10:19 +0200 Subject: [PATCH] Fixed migration rebranding Event commands --- pandora_console/extras/mr/19.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extras/mr/19.sql b/pandora_console/extras/mr/19.sql index b6065dbe9b..1e7eb6f697 100644 --- a/pandora_console/extras/mr/19.sql +++ b/pandora_console/extras/mr/19.sql @@ -60,4 +60,6 @@ ALTER TABLE `tusuario_perfil` ADD COLUMN `no_hierarchy` tinyint(1) NOT NULL DEFA UPDATE `tusuario_perfil` SET `is_secondary` = `no_hierarchy`; ALTER TABLE `tusuario_perfil` DROP COLUMN `is_secondary`; +UPDATE `talert_commands` SET name='Monitoring Event' WHERE name='Pandora FMS Event'; + COMMIT; \ No newline at end of file