rename terminology "compile" to "rule"
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
[
|
||||
{
|
||||
"table_id":0,
|
||||
"table_name": "NTC_COMPILE",
|
||||
"table_type":"compile",
|
||||
"table_name": "NTC_RULE",
|
||||
"table_type":"rule",
|
||||
"valid_column":8,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":9
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":1,
|
||||
"table_name": "WHITE_LIST_COMPILE",
|
||||
"table_type":"compile",
|
||||
"table_name": "WHITE_LIST_RULE",
|
||||
"table_type":"rule",
|
||||
"valid_column":8,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":9
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id":2,
|
||||
"table_name": "FILE_COMPILE",
|
||||
"db_tables": ["NTC_COMPILE", "WHITE_LIST_COMPILE"],
|
||||
"default_compile_table":2,
|
||||
"table_type":"compile",
|
||||
"table_name": "FILE_RULE",
|
||||
"db_tables": ["NTC_RULE", "WHITE_LIST_RULE"],
|
||||
"default_rule_table":2,
|
||||
"table_type":"rule",
|
||||
"valid_column":8,
|
||||
"custom": {
|
||||
"compile_id":1,
|
||||
"rule_id":1,
|
||||
"tags":6,
|
||||
"clause_num":9
|
||||
}
|
||||
@@ -47,13 +47,13 @@
|
||||
},
|
||||
{
|
||||
"table_id":4,
|
||||
"table_name":"NTC_GROUP2COMPILE",
|
||||
"table_type":"group2compile",
|
||||
"associated_compile_table_id":2,
|
||||
"table_name":"NTC_GROUP2RULE",
|
||||
"table_type":"group2rule",
|
||||
"associated_rule_table_id":2,
|
||||
"valid_column":3,
|
||||
"custom": {
|
||||
"group_id":1,
|
||||
"compile_id":2,
|
||||
"rule_id":2,
|
||||
"not_flag":4,
|
||||
"virtual_table_name":5,
|
||||
"clause_index":6
|
||||
|
||||
Reference in New Issue
Block a user