rename terminology "compile" to "rule"
This commit is contained in:
@@ -1,52 +1,52 @@
|
||||
[
|
||||
{
|
||||
"table_id":0,
|
||||
"table_name":"COMPILE_DEFAULT",
|
||||
"table_type":"compile",
|
||||
"table_name":"RULE_DEFAULT",
|
||||
"table_type":"rule",
|
||||
"valid_column":9,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":1,
|
||||
"table_name":"COMPILE_ALIAS",
|
||||
"table_type":"compile",
|
||||
"table_name":"RULE_ALIAS",
|
||||
"table_type":"rule",
|
||||
"valid_column":9,
|
||||
"schema_tag": "{\"compile_alias\": \"compile\"}",
|
||||
"schema_tag": "{\"rule_alias\": \"rule\"}",
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":2,
|
||||
"table_name":"COMPILE_CONJUNCTION",
|
||||
"db_tables":["COMPILE_DEFAULT", "COMPILE_ALIAS"],
|
||||
"default_compile_table":2,
|
||||
"table_type":"compile",
|
||||
"table_name":"RULE_CONJUNCTION",
|
||||
"db_tables":["RULE_DEFAULT", "RULE_ALIAS"],
|
||||
"default_rule_table":2,
|
||||
"table_type":"rule",
|
||||
"valid_column":9,
|
||||
"schema_tag": "{\"compile_conjunction\": \"compile\"}",
|
||||
"schema_tag": "{\"rule_conjunction\": \"rule\"}",
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":3,
|
||||
"table_name":"GROUP2COMPILE",
|
||||
"db_tables":["GROUP2COMPILE_DEFAULT", "GROUP2COMPILE_ALIAS"],
|
||||
"table_type":"group2compile",
|
||||
"associated_compile_table_id":2,
|
||||
"table_name":"GROUP2RULE",
|
||||
"db_tables":["GROUP2RULE_DEFAULT", "GROUP2RULE_ALIAS"],
|
||||
"table_type":"group2rule",
|
||||
"associated_rule_table_id":2,
|
||||
"valid_column":6,
|
||||
"schema_tag": "{\"group2compile\": \"group2compile\"}",
|
||||
"schema_tag": "{\"group2rule\": \"group2rule\"}",
|
||||
"custom": {
|
||||
"group_id":1,
|
||||
"compile_id":2,
|
||||
"rule_id":2,
|
||||
"not_flag":3,
|
||||
"virtual_table_name":4,
|
||||
"clause_index":5
|
||||
@@ -54,36 +54,36 @@
|
||||
},
|
||||
{
|
||||
"table_id":4,
|
||||
"table_name":"COMPILE_FIREWALL_DEFAULT",
|
||||
"table_type":"compile",
|
||||
"table_name":"RULE_FIREWALL_DEFAULT",
|
||||
"table_type":"rule",
|
||||
"valid_column":9,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":5,
|
||||
"table_name":"COMPILE_FIREWALL_CONJUNCTION",
|
||||
"db_tables":["COMPILE_FIREWALL_DEFAULT"],
|
||||
"table_type":"compile",
|
||||
"table_name":"RULE_FIREWALL_CONJUNCTION",
|
||||
"db_tables":["RULE_FIREWALL_DEFAULT"],
|
||||
"table_type":"rule",
|
||||
"valid_column":9,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":6,
|
||||
"table_name":"GROUP2COMPILE_FIREWALL",
|
||||
"table_type":"group2compile",
|
||||
"associated_compile_table_id":5,
|
||||
"table_name":"GROUP2RULE_FIREWALL",
|
||||
"table_type":"group2rule",
|
||||
"associated_rule_table_id":5,
|
||||
"valid_column":6,
|
||||
"custom": {
|
||||
"group_id":1,
|
||||
"compile_id":2,
|
||||
"rule_id":2,
|
||||
"not_flag":3,
|
||||
"virtual_table_name":4,
|
||||
"clause_index":5
|
||||
@@ -102,11 +102,11 @@
|
||||
},
|
||||
{
|
||||
"table_id":8,
|
||||
"table_name":"COMPILE_PLUGIN",
|
||||
"db_tables":["COMPILE_DEFAULT", "COMPILE_ALIAS"],
|
||||
"table_name":"RULE_PLUGIN",
|
||||
"db_tables":["RULE_DEFAULT", "RULE_ALIAS"],
|
||||
"table_type":"plugin",
|
||||
"valid_column":8,
|
||||
"schema_tag": "{\"compile_plugin\": \"plugin\"}",
|
||||
"schema_tag": "{\"rule_plugin\": \"plugin\"}",
|
||||
"custom": {
|
||||
"gc_timeout_s":3,
|
||||
"key_type":"integer",
|
||||
@@ -116,8 +116,8 @@
|
||||
},
|
||||
{
|
||||
"table_id":9,
|
||||
"table_name":"COMPILE_FIREWALL_PLUGIN",
|
||||
"db_tables":["COMPILE_FIREWALL_DEFAULT"],
|
||||
"table_name":"RULE_FIREWALL_PLUGIN",
|
||||
"db_tables":["RULE_FIREWALL_DEFAULT"],
|
||||
"table_type":"plugin",
|
||||
"valid_column":8,
|
||||
"custom": {
|
||||
|
||||
Reference in New Issue
Block a user