Open seanh opened 2 days ago
h currently doesn't record the created or updated times of group memberships so we don't know when someone joined a group or when their group membership was last updated (e.g. to change the role).
Add user_group.created and user_group.updated columns to record this.
user_group.created
user_group.updated
We'll also have to figure out how to back-fill the created and updated times of existing memberships. One suggestion is to set them to the created time of the group itself.
h currently doesn't record the created or updated times of group memberships so we don't know when someone joined a group or when their group membership was last updated (e.g. to change the role).
Add
user_group.created
anduser_group.updated
columns to record this.We'll also have to figure out how to back-fill the created and updated times of existing memberships. One suggestion is to set them to the created time of the group itself.