From 89813a228e92a9e70c637ddb854e3e32d33ce00a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 28 Mar 2024 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BF=AE=E6=94=B9flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/src/main/resources/db/desktop/V2.5__ddl.sql | 4 +++- .../src/main/resources/db/migration/V2.5__ddl.sql | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.5__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.5__ddl.sql index b9393e3c63..6b832f81f1 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.5__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.5__ddl.sql @@ -35,4 +35,6 @@ CREATE TABLE `visualization_outer_params_target_view_info` ( ) COMMENT='外部参数联动视图字段信息表'; ALTER TABLE `data_visualization_info` - MODIFY COLUMN `mobile_layout` tinyint NULL DEFAULT 0 COMMENT '移动端布局0-关闭 1-开启'; \ No newline at end of file + MODIFY COLUMN `mobile_layout` tinyint NULL DEFAULT 0 COMMENT '移动端布局0-关闭 1-开启'; + +INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (3, 'ai.baseUrl', 'https://maxkb.fit2cloud.com/ui/chat/2ddd8b594ce09dbb', 'text', 0); \ No newline at end of file diff --git a/core/core-backend/src/main/resources/db/migration/V2.5__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.5__ddl.sql index 1d59fb95e6..3737bc09b8 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.5__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.5__ddl.sql @@ -38,3 +38,4 @@ CREATE TABLE `visualization_outer_params_target_view_info` ( ALTER TABLE `data_visualization_info` MODIFY COLUMN `mobile_layout` tinyint NULL DEFAULT 0 COMMENT '移动端布局0-关闭 1-开启'; +INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (3, 'ai.baseUrl', 'https://maxkb.fit2cloud.com/ui/chat/2ddd8b594ce09dbb', 'text', 0);