diff options
| author | liuxueli <[email protected]> | 2023-06-01 10:39:55 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-06-01 10:39:55 +0800 |
| commit | 2adf35914f209b2a35d0c9c0c50c4d9733a706ba (patch) | |
| tree | 398a7b795581f83beaeb56913f52c91090096e2c | |
| parent | 707bfcab119addc999c5a100dbdbc12d35244b12 (diff) | |
TSG-15187: 删除重复注册的物理表,可能会导致测试不命中v6.0.16
| -rw-r--r-- | bin/tsg_static_tableinfo.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/tsg_static_tableinfo.json b/bin/tsg_static_tableinfo.json index 128435b..03a8915 100644 --- a/bin/tsg_static_tableinfo.json +++ b/bin/tsg_static_tableinfo.json @@ -186,18 +186,6 @@ } }, { - "table_id": 12, - "table_name": "TSG_OBJ_FQDN_CAT", - "table_type": "intval", - "valid_column": 5, - "custom": { - "item_id": 1, - "group_id": 2, - "low_bound": 3, - "up_bound": 4 - } - }, - { "table_id": 13, "table_name": "TSG_FIELD_HTTP_HOST", "db_tables": ["TSG_FIELD_HTTP_HOST", "http.host"], |
