From 3e54f514c548af0fa238efdfa2859d0176cc6a31 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 19 Nov 2024 15:16:07 +0800 Subject: [PATCH] fix: flyway --- .../src/main/resources/db/desktop/V2.10.3__ddl.sql | 4 ++-- .../src/main/resources/db/migration/V2.10.3__ddl.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql index 64bffd3f86..cc6baf37a9 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql @@ -2,7 +2,7 @@ INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13); INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) -VALUES (1048232869488627719, 'basic.defaultOpen', '1', 'text', 14); +VALUES (1048232869488627720, 'basic.defaultOpen', '1', 'text', 14); ALTER TABLE `data_visualization_info` - ADD COLUMN `content_id` varchar(50) NULL DEFAULT '0' COMMENT '内容标识'; \ No newline at end of file + ADD COLUMN `content_id` varchar(50) NULL DEFAULT '0' COMMENT '内容标识'; diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql index 74e4c91f76..3d94fb7d57 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql @@ -2,7 +2,7 @@ INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13); INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) -VALUES (1048232869488627719, 'basic.defaultOpen', '0', 'text', 14); +VALUES (1048232869488627720, 'basic.defaultOpen', '0', 'text', 14); INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0);