Remove not null constraint from the namespace
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
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.
-
I have evaluated the MR acceptance checklist for this MR.