From e719d99cbfaf21c72cbb04e9d93d611b39ef5d26 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 14 Nov 2024 18:00:01 +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 --- .../core-backend/src/main/resources/db/desktop/V2.10.3__ddl.sql | 2 ++ 1 file changed, 2 insertions(+) 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 036684523c..4a730b8336 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,2 +1,4 @@ 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');