From 4943521904091be8585e867c749cd0e518c5448e Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Tue, 5 Mar 2019 15:28:39 +0100 Subject: [PATCH] fix pandora migrate script Former-commit-id: 0d66837bf3f842aed32c3c64edc2608580d6ed7f --- .../extras/pandoradb_migrate_6.0_to_7.0.mysql.sql | 7 ------- 1 file changed, 7 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 a60e6bfd8a..7028955322 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 @@ -1900,8 +1900,6 @@ CREATE TABLE IF NOT EXISTS `tevent_extended` ( -- ----------------------------------------------------- -- Table `tgis_map_layer_groups` -- ----------------------------------------------------- -DROP TABLE IF EXISTS `tgis_map_layer_groups`; - CREATE TABLE `tgis_map_layer_groups` ( `layer_id` int(11) NOT NULL, `group_id` mediumint(4) unsigned NOT NULL, @@ -2022,11 +2020,6 @@ CREATE TABLE `tnotification_source_group_user` ( ON UPDATE CASCADE ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; --- ---------------------------------------------------------------------- --- Table `tuser_task_scheduled` --- ---------------------------------------------------------------------- -ALTER TABLE `tuser_task_scheduled` ADD COLUMN `flag_delete` tinyint(1) unsigned NOT NULL DEFAULT '0'; - -- ---------------------------------------------------------------------- -- Add alert command 'Generate notification' -- ----------------------------------------------------------------------