Switch merge_trains pipeline_id to bigint
What does this MR do and why?
As a part of migrating ci_pipeline-referencing columns to bigint
, we need to create indexes for merge_trains.pipeline_id_convert_to_bigint
.
This MR:
- Creates the index synchronously
- Swaps the int column with the bigint one
Required Stop?
16.11 is already being set as a required stop, which based on this comment, enables us to merge the finalization MRs as soon as the next release (or when it's done on Gitlab.com)
MR 4/6
Related to #454420 (closed)
Edited by Panos Kanellidis