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
La suppression d'un participant (account_event_status) ne supprime pas les score (qui sont liés au user et non à la participation).
Comme tu utilises les 'CASCADE' pour la suppression, il faut changer le lien de score vers user, à score vers account_event_status, ou bien faire la suppression à la main
The text was updated successfully, but these errors were encountered:
La suppression d'un participant (account_event_status) ne supprime pas les score (qui sont liés au user et non à la participation).
Comme tu utilises les 'CASCADE' pour la suppression, il faut changer le lien de score vers user, à score vers account_event_status, ou bien faire la suppression à la main
The text was updated successfully, but these errors were encountered: