perf(X-Pack): 阈值告警flyway

This commit is contained in:
fit2cloud-chenyw 2024-08-14 15:13:16 +08:00
parent cf7755e739
commit 0047b70917
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ CREATE TABLE `xpack_threshold_info`
`repeat_send` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否重复发送', `repeat_send` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否重复发送',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '数据状态', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '数据状态',
`creator` bigint NOT NULL COMMENT '创建者ID', `creator` bigint NOT NULL COMMENT '创建者ID',
`creator_name` varchar(255) NOT NULL COMMENT '创建人名称',
`create_time` bigint NOT NULL COMMENT '创建时间', `create_time` bigint NOT NULL COMMENT '创建时间',
`oid` bigint NOT NULL COMMENT '所属组织', `oid` bigint NOT NULL COMMENT '所属组织',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)

@ -1 +1 @@
Subproject commit 2163caec4e03c052d8146b2659e2107a6214cdfc Subproject commit 72d0d127c79f5252a96f0f7754a89be6fbba3e01