diff --git a/pandora_console/extras/mr/29.sql b/pandora_console/extras/mr/29.sql index a140d8bd58..65aaee1527 100644 --- a/pandora_console/extras/mr/29.sql +++ b/pandora_console/extras/mr/29.sql @@ -1,5 +1,7 @@ START TRANSACTION; +DELETE FROM `ttipo_modulo` WHERE `nombre` LIKE 'log4x'; + ALTER TABLE tevent_filter ADD column id_source_event int(10); COMMIT; 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 18bad4b86a..2ccdcf423c 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 @@ -1277,7 +1277,7 @@ ALTER TABLE tevent_filter ADD COLUMN `date_to` date DEFAULT NULL; ALTER TABLE tevent_filter ADD COLUMN `user_comment` text NOT NULL; ALTER TABLE tevent_filter ADD COLUMN `source` tinytext NOT NULL; ALTER TABLE tevent_filter ADD COLUMN `id_extra` tinytext NOT NULL; -ALTER TABLE tevent_filter ADD column id_source_event int(10); +ALTER TABLE tevent_filter ADD COLUMN id_source_event int(10); -- --------------------------------------------------------------------- -- Table `tusuario` -- ---------------------------------------------------------------------