mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
https://github.com/dataease/dataease/issues/13882
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user