diff options
| author | fengweihao <[email protected]> | 2024-11-05 11:57:39 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-05 11:57:39 +0800 |
| commit | ef4658d38dca8616b84307a137530d507e84b8db (patch) | |
| tree | 10a6f335d4a478db53b615ab2e54ca95c818cb4d /resource | |
| parent | cb35a2b92b6d195db736f8d9354ee918effdb036 (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.conf | 10 |
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", |
