From 1bc9bc609561f76c7f9040c3f3291c5c7df8d365 Mon Sep 17 00:00:00 2001 From: Calvo Date: Tue, 23 Jan 2024 17:52:06 +0100 Subject: [PATCH] Fix MR --- pandora_console/extras/mr/68.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/extras/mr/68.sql b/pandora_console/extras/mr/68.sql index ed186c4f91..7ab19fe840 100644 --- a/pandora_console/extras/mr/68.sql +++ b/pandora_console/extras/mr/68.sql @@ -8,7 +8,6 @@ ALTER TABLE `tevent_sound` MODIFY COLUMN `sound` text NULL; ALTER TABLE `treport_content` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1; ALTER TABLE `treport_content_template` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1; ALTER TABLE `tsesion_filter` MODIFY COLUMN `id_name` text NULL; -ALTER TABLE `tsesion_filter` MODIFY COLUMN `period` text NULL; ALTER TABLE `tsesion_filter` MODIFY COLUMN `ip` text NULL; ALTER TABLE `tsesion_filter` MODIFY COLUMN `type` text NULL; ALTER TABLE `tsesion_filter` MODIFY COLUMN `user` text NULL; @@ -17,4 +16,4 @@ ADD COLUMN `id_agent_data` int not null default 0 AFTER `script_type`; ALTER TABLE `tusuario` CHANGE COLUMN `metaconsole_data_section` `metaconsole_data_section` TEXT NOT NULL DEFAULT '' ; ALTER TABLE `tmensajes` ADD COLUMN `icon_notification` VARCHAR(250) NULL DEFAULT NULL AFTER `url`; -COMMIT; +COMMIT; \ No newline at end of file