Merge branch 'ent-2644-I6251-no-funciona-alertas-que-generan-eventos-en-Pandora-FMS-tras-rebranding' into 'develop'

Fixed migration rebranding Event commands

See merge request artica/pandorafms!1682
This commit is contained in:
vgilc 2018-08-13 15:12:58 +02:00
commit d31716713c
1 changed files with 2 additions and 0 deletions

View File

@ -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;