From f7e4ab2ceff9af6f3a3c543be46d477871390645 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 14 Nov 2024 17:59:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2.10.3__ddl.sql | 1 + 1 file changed, 1 insertion(+) 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 3a6fc5527e..39b8715368 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,3 +3,4 @@ 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');