Skip to content

Add ON DELETE constraint to namespace_id FK on gitlab_subscriptions

What does this MR do?

It adds the missing ON DELETE constraint to the namespace_id foreign key that was avoiding the deletion of namespaces.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55401

Does this MR meet the acceptance criteria?

Merge request reports