diff options
| author | fengweihao <[email protected]> | 2023-05-09 17:11:13 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-05-09 17:11:13 +0800 |
| commit | fecc023418f9e659b46a47e7374c956080a9db67 (patch) | |
| tree | af5b15e807773540ba518d24aa90b74003b0e908 /resource | |
| parent | 4e1c4707204e18c30e04181b7193828fed32ad1d (diff) | |
适配GROUP_GROUP_RELATION表结构变更v4.8.9-20230509
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/pangu/table_info.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 351a98e..59d0553 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -35,10 +35,11 @@ "table_id":2, "table_name":"GROUP_GROUP_RELATION", "table_type":"group2group", - "valid_column":3, + "valid_column":4, "custom": { "group_id":1, - "super_group_id":2 + "super_group_id":2, + "is_exclude":3 } }, { |
