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