Skip to content

Remove not null constraint from the namespace

Jarka Košanová requested to merge fix-member-role-migration into master

What does this MR do and why?

It fixes the NOT NULL constraint removal. In !135633 (merged) we did it wrong by removing a check constraint which did not exist. The constraint is defined on the column itself. This should fix the issue.

No change in structure.sql note

There is no change in structure.sql as somehow we ended up with wrong structure file 🤔 It is also the reason why https://gitlab.com/gitlab-org/gitlab/-/jobs/5573249673 and https://gitlab.com/gitlab-org/gitlab/-/jobs/5573249666 fail.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jarka Košanová

Merge request reports