Switch merge_request_metrics 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 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.
MR 2/8
Related to #454420 (closed)
Edited by Panos Kanellidis