Skip to content

Swap packages_build_infos 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 packages_build_infos.pipeline_id_convert_to_bigint.

This MR schedules the indexes to be created asynchronously on gitlab.com, a follow-up MR will be created for self-managed instances.

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 3/8

Related to #454420

Edited by Panos Kanellidis

Merge request reports