Skip to content

Add partition_id to Ci::Sources::Project

Tianwen Chen requested to merge 461546-partition-id into master

What does this MR do and why?

Add partition_id to Ci::Sources::Project

This MR cascades partition_id from pipeline to Ci::Sources::Project. We need to add this new column in order to redefine the FK association between ci_sources_projects and ci_pipelines.

Changelog: added

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.

Related to #461546

Merge request reports