diff options
| author | 刘畅 <[email protected]> | 2023-12-08 07:39:02 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-12-08 07:39:02 +0000 |
| commit | 271e61cddff9716b2bef577cc545e78e1829df33 (patch) | |
| tree | d631b19525193d3f5528f04315a84d2dd4ae0657 /conf/table_info.json | |
| parent | b2e221093a0afa5ff4a0d530ed5a6336d7df88af (diff) | |
| parent | d420aeae27a5f5e721e53281722eae51cbd27bfd (diff) | |
Merge branch 'update_compile_table_info' into 'rel'v1.3.12
修复table_info 修改错误
See merge request tango/shaping-engine!60
Diffstat (limited to 'conf/table_info.json')
| -rw-r--r-- | conf/table_info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/table_info.json b/conf/table_info.json index a792caa..a05c22c 100644 --- a/conf/table_info.json +++ b/conf/table_info.json @@ -3,11 +3,11 @@ "table_id": 0, "table_name": "TRAFFIC_SHAPING_COMPILE", "table_type": "plugin", - "valid_column": 8, + "valid_column": 9, "custom": { "key": 1, "key_type": "integer", - "key_len": 9 + "key_len": 8 } }, { |
