Update 40.sql

This commit is contained in:
José González 2020-08-10 10:06:51 +02:00
parent 7300ccd185
commit 69410815fb
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
START TRANSACTION;
ALTER TABLE `talert_templates` ADD COLUMN `previous_name` text;
ALTER TABLE `talert_actions` ADD COLUMN `previous_name` text;
ALTER TABLE `talert_commands` ADD COLUMN `previous_name` text;
ALTER TABLE `ttag` ADD COLUMN `previous_name` text default '';
ALTER TABLE `tconfig_os` ADD COLUMN `previous_name` text default '';
UPDATE `talert_commands` SET name='Monitoring Event' WHERE name='Pandora FMS Event';
ALTER TABLE `tservice_element` ADD COLUMN `rules` text;