Commit e495d5ff authored by qiuqunfeng's avatar qiuqunfeng
Browse files

commit

parent dd7e71ef
...@@ -9,7 +9,8 @@ CREATE TABLE waf_services ( ...@@ -9,7 +9,8 @@ CREATE TABLE waf_services (
attack_num INTEGER DEFAULT 0, attack_num INTEGER DEFAULT 0,
rule_category_status JSON, rule_category_status JSON,
status INTEGER NOT NULL, status INTEGER NOT NULL,
port INTEGER NOT NULL port INTEGER NOT NULL,
host TEXT NOT NULL
); );
-- Create waf_rules table -- Create waf_rules table
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment