Skip to content

Use foreign keys with cascade delete to optimize project removal

What does this MR do?

Use foreign keys with cascade delete to optimize project removal

Are there points in the code the reviewer needs to double check?

We should test this in staging and see if the migration runs through without problem, and how long it takes

Why was this MR needed?

Deleting a project results in an absurd amount of queries for big projects

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #1163 (moved)

Merge request reports