Skip to content

Create Async pipeline index for vulnerability_occurrence_pipelines

What does this MR do and why?

As a part of migrating ci_pipeline-referencing columns to bigint, we need to create indexes for vulnerability_occurrence_pipelines.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 6/6

Related to #454420

Merge request reports