gerrit_user_group_memberships
Join table representing the Gerrit groups to which each Gerrit user directly belongs.
-
id
Primary key - Unique identifier for the row.
-
user_id
Foreign key - ID of the Gerrit user who belongs to the group.
-
group_id
Foreign key - ID of the Gerrit group to which the user belongs.