From 4d332f2bef17fdc6e3c6713405419489ae1deaaa Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Wed, 20 Nov 2019 12:43:08 +0100 Subject: [PATCH] fix duplicated operation in migrate file --- .../extras/pandoradb_migrate_6.0_to_7.0.mysql.sql | 5 ----- 1 file changed, 5 deletions(-) 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 c5172fbc61..e58102dd51 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 @@ -1285,11 +1285,6 @@ ALTER TABLE `talert_commands` MODIFY COLUMN `id_group` mediumint(8) unsigned NUL -- --------------------------------------------------------------------- ALTER TABLE `tmap` MODIFY COLUMN `id_user` varchar(250) NOT NULL DEFAULT ''; --- --------------------------------------------------------------------- --- Table `titem` --- --------------------------------------------------------------------- -ALTER TABLE titem MODIFY `source_data` int(10) unsigned; - -- --------------------------------------------------------------------- -- Table `tconfig` -- ---------------------------------------------------------------------