Skip to content

Fix user membership destroy relation

What does this MR do?

Add a foreign key to Member to automatically remove rows when the user is deleted

Why was this MR needed?

Because when it might happen that there was a problem with the user removal and some records of Member could persist.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #40053 (closed)

Edited by Yorick Peterse

Merge request reports