diff --git a/pandora_console/extras/mr/43.SQL b/pandora_console/extras/mr/43.sql similarity index 52% rename from pandora_console/extras/mr/43.SQL rename to pandora_console/extras/mr/43.sql index 91196d4bc9..3845154eb1 100644 --- a/pandora_console/extras/mr/43.SQL +++ b/pandora_console/extras/mr/43.sql @@ -1,6 +1,5 @@ START TRANSACTION; -ALTER TABLE `tagente_modulo` ADD COLUMN `debug` tinyint(1) UNSIGNED NOT NULL default 0; ALTER TABLE `tagente_modulo` ADD COLUMN `debug_content` varchar(200); COMMIT; \ No newline at end of file diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql index 081b94996c..8287f2f5a5 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql @@ -1480,7 +1480,6 @@ ALTER TABLE `tagente_modulo` DROP COLUMN `ff_normal`, MODIFY COLUMN `dynamic_next` bigint(20) NOT NULL DEFAULT '0', MODIFY COLUMN `dynamic_two_tailed` tinyint(1) unsigned NULL DEFAULT '0'; ALTER TABLE tagente_modulo MODIFY COLUMN `custom_string_1` MEDIUMTEXT; -ALTER TABLE `tagente_modulo` ADD COLUMN `debug` tinyint(1) UNSIGNED NOT NULL default 0; ALTER TABLE `tagente_modulo` ADD COLUMN `debug_content` varchar(200); -- --------------------------------------------------------------------- diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 6b7db6678a..046e8039a0 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -266,7 +266,6 @@ CREATE TABLE IF NOT EXISTS `tagente_modulo` ( `prediction_threshold` int(4) default 0, `parent_module_id` int(10) unsigned NOT NULL default 0, `cps` int NOT NULL default 0, - `debug` tinyint(1) UNSIGNED NOT NULL default 0, `debug_content` varchar(200), PRIMARY KEY (`id_agente_modulo`), KEY `main_idx` (`id_agente_modulo`,`id_agente`),