forked from github/dataease
Merge pull request #8769 from dataease/pr@dev-v2@refactor_flyway
pref: 修改flyway
This commit is contained in:
commit
12f5d4e36e
@ -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-开启';
|
||||
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);
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user