diff options
| author | luwenpeng <[email protected]> | 2024-09-25 17:46:28 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-25 17:46:28 +0800 |
| commit | 0461a1221623aedc1e9e7d21fcb5ea58a1c19f55 (patch) | |
| tree | 512d4e61363b5fa83cf80f8a016a1d31862df300 /resource/pangu/table_info.conf | |
| parent | 3617db7201a816008d0bccc0f94a00ef6034be3e (diff) | |
feature(adapt maat): TSG_PROFILE_TRAFFIC_MIRROR adapt uuid
Diffstat (limited to 'resource/pangu/table_info.conf')
| -rw-r--r-- | resource/pangu/table_info.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index d0511cb..0bc19f5 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -336,20 +336,18 @@ "table_id":30, "table_name":"PXY_INTERCEPT_COMPILE", "table_type":"plugin", - "valid_column":9, "custom": { - "key":1, - "key_type":"pointer" + "key_type":"pointer", + "key_name":"uuid" } }, { "table_id":31, "table_name":"TSG_PROFILE_TRAFFIC_MIRROR", "table_type":"plugin", - "valid_column":4, "custom": { - "key":1, - "key_type":"pointer" + "key_type":"pointer", + "key_name":"uuid" } }, { |
