mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor: 变更模板市场地址
This commit is contained in:
parent
73447dad6e
commit
eae69aabad
@ -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';
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user