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
If an event was mistakenly created, exec users are unable to delete it. This then requires super admins to go into the database and manually delete this events. Add an API endpoint to delete events.
Approach
Create new route DELETE /events/<eventId>
Events that have been marked as ended cannot be deleted
Update event id FK on participants table to ON DELETE CASCADE so that these participants are automatically deleted with the event
Description
If an event was mistakenly created, exec users are unable to delete it. This then requires super admins to go into the database and manually delete this events. Add an API endpoint to delete events.
Approach
DELETE /events/<eventId>
ON DELETE CASCADE
so that these participants are automatically deleted with the eventRelated to
Blocked By
Blocks
uwpokerclub/app#466
The text was updated successfully, but these errors were encountered: