From 2c724a9624f36397ebdb21d43d795263a2b8bba7 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 28 Nov 2024 11:55:32 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0-?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=AE=BE=E7=BD=AE-=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2.10.3__ddl.sql | 3 +++ de-xpack | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql index ddea0c7be1..7ecfee3b60 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql @@ -52,3 +52,6 @@ create table core_custom_geo_sub_area ) comment '自定义地理区域分区详情'; + +UPDATE `core_sys_setting` SET `sort` = 11 WHERE `pkey` = 'basic.dsIntervalTime'; + diff --git a/de-xpack b/de-xpack index 3860aabdc1..4315f37ce0 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 3860aabdc1f8ba63fc8bef4d20b926ff9a9d1633 +Subproject commit 4315f37ce0309f63aadf1e53b85dedc10adf1533