From 0047b70917c90eb3ed5d8c33c516d98f66e32730 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 14 Aug 2024 15:13:16 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20=E9=98=88=E5=80=BC=E5=91=8A?= =?UTF-8?q?=E8=AD=A6flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-backend/src/main/resources/db/migration/V2.10__ddl.sql | 1 + de-xpack | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql index b2b08e0c12..855346aeea 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql @@ -38,6 +38,7 @@ CREATE TABLE `xpack_threshold_info` `repeat_send` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否重复发送', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '数据状态', `creator` bigint NOT NULL COMMENT '创建者ID', + `creator_name` varchar(255) NOT NULL COMMENT '创建人名称', `create_time` bigint NOT NULL COMMENT '创建时间', `oid` bigint NOT NULL COMMENT '所属组织', PRIMARY KEY (`id`) diff --git a/de-xpack b/de-xpack index 2163caec4e..72d0d127c7 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 2163caec4e03c052d8146b2659e2107a6214cdfc +Subproject commit 72d0d127c79f5252a96f0f7754a89be6fbba3e01