rename terminology "compile" to "rule"

This commit is contained in:
root
2024-08-22 03:11:15 +00:00
parent a4ca92ea41
commit 678ddd718a
44 changed files with 2586 additions and 2586 deletions

View File

@@ -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