mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
[fix]修复首次&升级服务脚本执行无法解析处理匿名的问题(#13882) (#13883)
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
https://github.com/dataease/dataease/issues/13882
This commit is contained in:
parent
4dd9fb0af7
commit
a5924c7824
@ -5,9 +5,11 @@ DELETE ccv
|
||||
FROM core_chart_view ccv
|
||||
INNER JOIN data_visualization_info dvi ON ccv.scene_id = dvi.id
|
||||
WHERE dvi.delete_flag = 1;
|
||||
|
||||
delete
|
||||
from data_visualization_info dvi
|
||||
where dvi.delete_flag = 1;
|
||||
from data_visualization_info
|
||||
where delete_flag = 1;
|
||||
|
||||
DELETE
|
||||
FROM area
|
||||
where pid = '156710100'
|
||||
@ -21,4 +23,4 @@ ALTER TABLE `core_chart_view`
|
||||
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
|
||||
VALUES (1048232869488627717, 'basic.shareDisable', 'false', 'text', 11);
|
||||
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
|
||||
VALUES (1048232869488627718, 'basic.sharePeRequire', 'false', 'text', 12);
|
||||
VALUES (1048232869488627718, 'basic.sharePeRequire', 'false', 'text', 12);
|
||||
|
Loading…
Reference in New Issue
Block a user