upgrade to 5.6.0

This commit is contained in:
Ulric Qin 2022-04-08 11:43:11 +08:00
parent b838cb1c6f
commit 1ba0f5ab74
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
NOW = $(shell date -u '+%Y%m%d%I%M%S')
RELEASE_VERSION = 5.5.1
RELEASE_VERSION = 5.6.0
APP = n9e
SERVER_BIN = $(APP)

View File

@ -323,7 +323,7 @@ CREATE TABLE `alert_aggr_view` (
) ENGINE=InnoDB DEFAULT CHARSET = utf8mb4;
insert into alert_aggr_view(name, rule, cate) values('By BusiGroup, Severity', 'field:group_name::field:severity', 0);
insert into alert_aggr_view(name, rule, cate) values('By rule_name', 'field:rule_name', 0);
insert into alert_aggr_view(name, rule, cate) values('By RuleName', 'field:rule_name', 0);
CREATE TABLE `alert_cur_event` (
`id` bigint unsigned not null comment 'use alert_his_event.id',