fix pandora migrate script
Former-commit-id: 0d66837bf3f842aed32c3c64edc2608580d6ed7f
This commit is contained in:
parent
0a37f6d848
commit
4943521904
|
@ -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'
|
||||
-- ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue