Skip to content

GREG-10: Adding cascading deletes for persons

Tore.Brede requested to merge GREG-10_adding_cascading_deletes_for_person into master

I set deletes to cascade for persons, so that it is possible to delete persons that still have roles, consents and identities connected to them. Having cascading deletes here makes it easier to delete old data.

I just updated the initial database migration instead of creating a new one as I have done so far.

Edited by Tore.Brede

Merge request reports