diff --git a/pandora_console/extras/mr/26.sql b/pandora_console/extras/mr/26.sql index 2f5dafed2f..d48f722f60 100644 --- a/pandora_console/extras/mr/26.sql +++ b/pandora_console/extras/mr/26.sql @@ -1,10 +1,5 @@ START TRANSACTION; -ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0'; - --- ---------------------------------------------------------------------- --- Add column in table `tagent_custom_fields` --- ---------------------------------------------------------------------- ALTER TABLE tagent_custom_fields ADD COLUMN `combo_values` VARCHAR(255) DEFAULT ''; ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0';