Skip to content

Add NOT NULL for sharding key on design_management_versions

What does this MR do and why?

Add NOT NULL constraint to design_management_versions.namespace_id column.

  • Backfill was finalized in !171611 (merged)
  • This is the last step towards the desired sharding key migration where we add a NOT NULL constraint and update the database dictionary accordingly.
  • namespace_id is guaranteed to be populated by !186022 (diffs) and/or the trigger_96a76ee9f147 database trigger.

References

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

N/A

How to set up and validate locally

N/A

Edited by Shane Maglangit

Merge request reports

Loading