mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 优化查询数据表最新更新时间
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user