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 | |
| parent | 29916267184433c2f52131443ecec70e318f113b (diff) | |
适配配置表SERVER_FQDN_CAT表名变更v4.0.3-20231225
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/table_info.conf | 4 | ||||
| -rw-r--r-- | resource/table_info_simple.conf | 4 |
2 files changed, 4 insertions, 4 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" }, diff --git a/resource/table_info_simple.conf b/resource/table_info_simple.conf index e0ad657..8d84431 100644 --- a/resource/table_info_simple.conf +++ b/resource/table_info_simple.conf @@ -909,13 +909,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" }, |
