diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.5__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.5__ddl.sql new file mode 100644 index 0000000000..c577356fca --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.5__ddl.sql @@ -0,0 +1,7 @@ +ALTER TABLE `xpack_threshold_info` + ADD COLUMN `reci_larksuite_groups` longtext NULL COMMENT '国际飞书群'; + +UPDATE core_sys_setting +SET pval = 'https://cdn0-templates-dataease-cn.fit2cloud.com' +WHERE + pkey = 'template.url'; diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.5__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.5__ddl.sql index 23475e734b..7592c91a8b 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.5__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.5__ddl.sql @@ -1,2 +1,7 @@ ALTER TABLE `xpack_threshold_info` ADD COLUMN `reci_larksuite_groups` longtext NULL COMMENT '国际飞书群' AFTER `reci_lark_groups`; + +UPDATE core_sys_setting +SET pval = 'https://cdn0-templates-dataease-cn.fit2cloud.com' +WHERE + pkey = 'template.url';