mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
Merge pull request #11552 from dataease/pr@dev-v2@perf_threshold_flyway
perf(X-Pack): 阈值告警flyway
This commit is contained in:
@@ -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`)
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 2163caec4e...72d0d127c7
Reference in New Issue
Block a user