Skip to content

Commit 5bdb9ad

Browse files
author
tangjiawei
committed
#830 自定义模版生成不了阈值告警bug修复
1 parent 1dc092f commit 5bdb9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/db/monitor_sql_02_base_data_cn.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ create index `alarm_strategy_status_idx` on alarm (`status`,`alarm_strategy`);
12371237
alter table log_metric_string_map add column log_monitor_template varchar(64) default null COMMENT '业务日志模版';
12381238
#@v3.2.7-end@;
12391239

1240-
#@v3.2.9-begin@;
1240+
#@v3.2.8.18-begin@;
12411241
alter table alarm_strategy_metric add column log_type varchar(32) default null COMMENT '日志类型,custom自定义';
12421242
alter table log_metric_config add column auto_alarm tinyint(1) default 0 COMMENT '自动告警,1表示自动告警';
12431243
alter table log_metric_config add column range_config tinytext default null COMMENT '阈值配置json';
@@ -1246,4 +1246,4 @@ alter table alarm add index start_time(start);
12461246
alter table alarm_custom add index alarm_custom_update_at(update_at);
12471247
alter table endpoint_new add index endpoint_new_update_time(update_time);
12481248
alter table metric add index metric_update_time(update_time);
1249-
#@v3.2.9-end@;
1249+
#@v3.2.8.18-end@;

0 commit comments

Comments
 (0)