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
Deleting an abonnement via the admin doesn't work as expected:
psycopg2.errors.ForeignKeyViolation: update or delete on table "datamodel_abonnement" violates foreign key constraint "datamodel_notificati_abonnement_id_3c6e2869_fk_datamodel" on table "datamodel_notificatieresponse"
DETAIL: Key (id)=(60) is still referenced from table "datamodel_notificatieresponse".
This was with 25k responses:
The text was updated successfully, but these errors were encountered:
Taiga DH 604
Deleting an abonnement via the admin doesn't work as expected:
psycopg2.errors.ForeignKeyViolation: update or delete on table "datamodel_abonnement" violates foreign key constraint "datamodel_notificati_abonnement_id_3c6e2869_fk_datamodel" on table "datamodel_notificatieresponse"
DETAIL: Key (id)=(60) is still referenced from table "datamodel_notificatieresponse".
This was with 25k responses:
The text was updated successfully, but these errors were encountered: