You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
samzx
changed the title
Deleting event should cascade and delete sign ups for users in those events.
Soft deleting event should cascade and soft delete sign ups for users in those events.
Aug 28, 2020
Seems like if a user has signed up to an event, and the event gets deleted, the sign ups still appear.
We should also have a script to remove signups where the event doesn't exist (backfill).
We should soft delete sign ups too which would mean the "all" resolver for signups would need to filter for "deleted_at" == null.
The text was updated successfully, but these errors were encountered: