Skip to content

Add partitioned FK from p_ci_builds_execution_configs to ci_pipelines

Marius Bobin requested to merge 436529-p_ci_builds_execution_configs-1 into master

What does this MR do and why?

Add partitioned FK from p_ci_stages to ci_pipelines. This is the first step for replacing the regular FK with a partitioned one which is needed for partitioning ci_pipelines.

Because this table is empty we can create the new FK and remove the old one in the same MR.

Related to #436529

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 Marius Bobin

Merge request reports