diff options
| author | 刘畅 <[email protected]> | 2023-06-02 08:34:03 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-06-02 08:34:03 +0000 |
| commit | 4e63a3a5cd61c1ff579864b03324163e26e1b515 (patch) | |
| tree | 11d8e8e745fa19e6327db43ed283548dc0c1378a | |
| parent | 74f230304cd2d0a79e7a706081dd413edc695ddf (diff) | |
| parent | f4003992c5d8ee90f53c4e46a6de32717a635af3 (diff) | |
Merge branch 'upadte-table-info' into 'rel'v1.2.0
update table_info.json
See merge request tango/shaping-engine!24
| -rw-r--r-- | conf/table_info.json | 2 | ||||
| -rw-r--r-- | shaping/test/test_conf/table_info.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/table_info.json b/conf/table_info.json index ecdb609..28e8725 100644 --- a/conf/table_info.json +++ b/conf/table_info.json @@ -13,7 +13,7 @@ "table_id": 1, "table_name": "TRAFFIC_SHAPING_PROFILE", "table_type": "plugin", - "valid_column": 7, + "valid_column": 8, "custom": { "key": 1, "key_type": "pointer" diff --git a/shaping/test/test_conf/table_info.json b/shaping/test/test_conf/table_info.json index ecdb609..28e8725 100644 --- a/shaping/test/test_conf/table_info.json +++ b/shaping/test/test_conf/table_info.json @@ -13,7 +13,7 @@ "table_id": 1, "table_name": "TRAFFIC_SHAPING_PROFILE", "table_type": "plugin", - "valid_column": 7, + "valid_column": 8, "custom": { "key": 1, "key_type": "pointer" |
