mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed migration rebranding Event commands
This commit is contained in:
parent
6b700d337a
commit
3daea977b0
@ -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`;
|
UPDATE `tusuario_perfil` SET `is_secondary` = `no_hierarchy`;
|
||||||
ALTER TABLE `tusuario_perfil` DROP COLUMN `is_secondary`;
|
ALTER TABLE `tusuario_perfil` DROP COLUMN `is_secondary`;
|
||||||
|
|
||||||
|
UPDATE `talert_commands` SET name='Monitoring Event' WHERE name='Pandora FMS Event';
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user