Merge pull request #11552 from dataease/pr@dev-v2@perf_threshold_flyway

perf(X-Pack): 阈值告警flyway
This commit is contained in:
fit2cloud-chenyw 2024-08-14 15:13:58 +08:00 committed by GitHub
commit dc7cd9427a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 '是否重复发送',
`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`)

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