From e81befdc6724a59b136120a003a1e5684ebc4c93 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 16 Jan 2024 16:24:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=202.3flyway=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/src/main/resources/db/desktop/V2.3__ddl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.3__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.3__ddl.sql index ae343c6ec5..2ade41ecfc 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.3__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.3__ddl.sql @@ -22,4 +22,4 @@ ALTER TABLE `visualization_template` ADD COLUMN `use_count` int NULL DEFAULT 0 COMMENT '使用次数'; update visualization_template set use_count = 0; -INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (9, 'basic.frontTimeOut', '60', 'text', 1); +