refactor: 变更模板市场地址

This commit is contained in:
wangjiahao 2025-01-20 16:24:29 +08:00 committed by fit2cloud-chenyw
parent 73447dad6e
commit eae69aabad
2 changed files with 12 additions and 0 deletions

View File

@ -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';

View File

@ -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';