Skip to content

Add NOT NULL for sharding key on release_links

What does this MR do and why?

Add NOT NULL constraint to release_links.project_id column.

  • We do not add a presence: true check in the model because we're populating the column with a "BEFORE INSERT OR UPDATE" trigger. When new objects a created (or updated), the sharding key attribute might be nil but will populated on the database operation before being committed.
  • We have finalized the backfill migration for this column.

The sharding key will be used to determine what Organization the row belongs to.

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