diff options
| author | fengweihao <[email protected]> | 2023-12-25 10:28:29 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-25 10:28:29 +0800 |
| commit | aef301098c0aa5f10f5dce4d3ef8a9d00b7ce17e (patch) | |
| tree | 0aa8e4c5b8b4a9c9fdc0c6c6b72e025547ced907 /resource/table_info.conf | |
| parent | 29916267184433c2f52131443ecec70e318f113b (diff) | |
适配配置表SERVER_FQDN_CAT表名变更v4.0.3-20231225
Diffstat (limited to 'resource/table_info.conf')
| -rw-r--r-- | resource/table_info.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index 5bd1549..1b453e0 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -983,13 +983,13 @@ }, { "table_id": 100, - "table_name": "ATTR_DESTINATION_SERVER_FQDN", + "table_name": "ATTR_SERVER_FQDN", "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN" }, { "table_id": 101, - "table_name": "ATTR_DESTINATION_SERVER_FQDN_CAT", + "table_name": "ATTR_SERVER_FQDN_CAT", "table_type": "virtual", "physical_table": "TSG_OBJ_FQDN_CAT" }, |
