Browse Source

fix table schema

tags/v6.0.0-ga12
Ulric Qin 3 years ago
parent
commit
ef1fe403ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      n9e.sql

+ 1
- 1
n9e.sql View File

@@ -262,7 +262,7 @@ CREATE TABLE `alert_rule` (
`severity` tinyint(1) not null comment '1:Emergency 2:Warning 3:Notice',
`disabled` tinyint(1) not null comment '0:enabled 1:disabled',
`prom_for_duration` int not null comment 'prometheus for, unit:s',
`rule_config` text not null comment 'rule_config';
`rule_config` text not null comment 'rule_config',
`prom_ql` text not null comment 'promql',
`prom_eval_interval` int not null comment 'evaluate interval',
`enable_stime` varchar(255) not null default '00:00',


Loading…
Cancel
Save