Skip to content

Fix the on delete option for namespace_id FK on work_item_colors

What does this MR do and why?

Fix the on delete option for namespace_id FK on work_item_colors

On work_item_colors we have a not null constraint on namespace_id and also a FK on namespace_id with on delete nullify

The two constraints are conflicting and there is no reason to have a work_item_colors on a null namespace so we are updating the FK on delete option to cascade.

re #449048 (comment 1830881712)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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.

Edited by Alexandru Croitor

Merge request reports