From d3d5312f40202d582a865b099d815274cdbb7e40 Mon Sep 17 00:00:00 2001 From: Marcos Alconada Date: Mon, 15 Apr 2019 11:14:41 +0200 Subject: [PATCH] Update 27.sql Former-commit-id: 4e027274bb9edeb51dc64f935ddd3ee2bfd62d0d --- pandora_console/extras/mr/27.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/extras/mr/27.sql b/pandora_console/extras/mr/27.sql index aff9a5eeb9..d04e8da857 100644 --- a/pandora_console/extras/mr/27.sql +++ b/pandora_console/extras/mr/27.sql @@ -2,7 +2,6 @@ START TRANSACTION; ALTER TABLE `tnetflow_filter` DROP COLUMN `output`; -COMMIT; ALTER TABLE `tagente_modulo` ADD COLUMN `ff_type` tinyint(1) unsigned default '0'; ALTER TABLE `tnetwork_component` ADD COLUMN `ff_type` tinyint(1) unsigned default '0'; ALTER TABLE `tlocal_component` ADD COLUMN `ff_type` tinyint(1) unsigned default '0';