mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 优化查询数据表最新更新时间
This commit is contained in:
parent
604729f79e
commit
97626ab367
@ -3,3 +3,5 @@ UPDATE `visualization_subject` SET `name` = 'chart.light_theme' WHERE `id` = '10
|
||||
UPDATE `visualization_subject` SET `name` = 'chart.dark_theme' WHERE `id` = '10002';
|
||||
ALTER TABLE core_chart_view ADD COLUMN sort_priority longtext null comment '字段排序优先级';
|
||||
DELETE FROM area where id = '156320571';
|
||||
CREATE INDEX idx_dataset_table_task_log_A ON core_datasource_task_log(ds_id, table_name, start_time);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user