hypothesis / h

Annotate with anyone, anywhere.
https://hypothes.is/
BSD 2-Clause "Simplified" License
2.96k stars 427 forks source link

Record creation times of group memberships #9103

Open seanh opened 2 days ago

seanh commented 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.

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.