Skip to content

Commit 27de98a

Browse files
author
tangjiawei
committed
#830 custom template bug
1 parent 5bd89f4 commit 27de98a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

wiki/db/monitor_sql_02_base_data_cn.sql

+5-1
Original file line numberDiff line numberDiff line change
@@ -1231,4 +1231,8 @@ alter table alarm_strategy modify column active_window varchar(255) default null
12311231

12321232
#@v3.2.3.8-begin@;
12331233
create index `alarm_strategy_status_idx` on alarm (`status`,`alarm_strategy`);
1234-
#@v3.2.3.8-end@;
1234+
#@v3.2.3.8-end@;
1235+
1236+
#@v3.2.7-begin@;
1237+
alter table log_metric_string_map add column log_monitor_template varchar(64) default null COMMENT '业务日志模版';
1238+
#@v3.2.7-end@;

wiki/db/monitor_sql_02_base_data_en.sql

+6-1
Original file line numberDiff line numberDiff line change
@@ -1232,4 +1232,9 @@ alter table alarm_strategy modify column active_window varchar(255) default null
12321232

12331233
#@v3.2.3.8-begin@;
12341234
create index `alarm_strategy_status_idx` on alarm (`status`,`alarm_strategy`);
1235-
#@v3.2.3.8-end@;
1235+
#@v3.2.3.8-end@;
1236+
1237+
#@v3.2.7-begin@;
1238+
alter table log_metric_string_map add column log_monitor_template varchar(64) default null COMMENT '业务日志模版';
1239+
alter table log_metric_string_map add index log_metric_string_map_template (log_monitor_template);
1240+
#@v3.2.7-end@;

0 commit comments

Comments
 (0)