mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor: 变更模板市场地址
This commit is contained in:
committed by
fit2cloud-chenyw
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';
|
||||
|
||||
Reference in New Issue
Block a user