From 97626ab367d673fe180cd8451c476de95f45b5b8 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 19 Dec 2024 11:28:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A1=A8=E6=9C=80=E6=96=B0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-backend/src/main/resources/db/desktop/V2.10.4__ddl.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.4__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.4__ddl.sql index 28e079bcc5..e986f54669 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.10.4__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.4__ddl.sql @@ -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); +