summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-11-05 11:57:39 +0800
committerfengweihao <[email protected]>2024-11-05 11:57:39 +0800
commitef4658d38dca8616b84307a137530d507e84b8db (patch)
tree10a6f335d4a478db53b615ab2e54ca95c818cb4d /resource
parentcb35a2b92b6d195db736f8d9354ee918effdb036 (diff)
TSG-23303 Negate hit path fix
TSG-23330 Statistics strategy complile table name changed TSG-23363 Using incorrect judgment results in duplicate objects
Diffstat (limited to 'resource')
-rw-r--r--resource/table_info.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf
index ce75abb..cb73eef 100644
--- a/resource/table_info.conf
+++ b/resource/table_info.conf
@@ -111,20 +111,20 @@
},
{
"table_id":15,
- "table_name":"STATISTICS_COMPILE",
+ "table_name":"STATISTICS_RULE",
"table_type":"rule"
},
{
"table_id":16,
- "table_name":"STATISTICS_COMPILE_CONJUNCTION",
- "db_tables":["STATISTICS_COMPILE"],
+ "table_name":"STATISTICS_RULE_CONJUNCTION",
+ "db_tables":["STATISTICS_RULE"],
"default_rule_table":1,
"table_type":"rule"
},
{
"table_id":17,
- "table_name":"STATISTICS_COMPILE_PLUGIN",
- "db_tables":["STATISTICS_COMPILE"],
+ "table_name":"STATISTICS_RULE_PLUGIN",
+ "db_tables":["STATISTICS_RULE"],
"table_type":"plugin",
"custom": {
"key_name":"uuid",