Skip to content

Swap primary key with bigint column for ci_pipelines

Tianwen Chen requested to merge 397000-swap-pk into master

What does this MR do and why?

Swap the integer primary key with bigint column for ci_pipelines

See the second step at https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#swap-the-columns-release-n--1

The first step !118136 (merged) is merged and executed on production, see #397000 (closed)

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.

MR acceptance checklist

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

Related to #397000 (closed)

Edited by Tianwen Chen

Merge request reports