From 17504dc0aeba6b1ac76ef2a1195f1374a03c73fc Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 14 Nov 2024 18:13:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql | 2 -- .../src/main/resources/db/migration/V2.10.3__ddl.sql | 1 - 2 files changed, 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 4a730b8336..036684523c 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 @@ -1,4 +1,2 @@ INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`) VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13); - -UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip'); 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 39b8715368..3a6fc5527e 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 @@ -3,4 +3,3 @@ VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13); INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0); INSERT INTO `core_menu` VALUES (71, 70, 2, 'msg-fill', 'msg/fill', 1, 'icon_msg_fill', '/msg-fill', 0, 1, 0); -UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');