Skip to content

Drop FK for ci_running_builds

Max Orefice requested to merge morefice/drop-fk-ci-running-build into master

Ref: #388092 (closed), #382033 (closed)

What does this MR do and why?

Following up !109308 (merged)where we added our new FK including the partition key in order to partition the ci_builds table.

This MR removes our old FK on ci_running_builds which is currently preventing us to partition ci_builds.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports