summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-05-09 17:11:13 +0800
committerfengweihao <[email protected]>2023-05-09 17:11:13 +0800
commitfecc023418f9e659b46a47e7374c956080a9db67 (patch)
treeaf5b15e807773540ba518d24aa90b74003b0e908
parent4e1c4707204e18c30e04181b7193828fed32ad1d (diff)
适配GROUP_GROUP_RELATION表结构变更v4.8.9-20230509
-rw-r--r--resource/pangu/table_info.conf5
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
}
},
{