Skip to content

Removing temporary index used for background migration

What does this MR do and why?

!114695 (merged) introduced a new temporary index for background migration, tmp_idx_packages_on_project_id_when_npm_not_pending_destruction. This index can now be removed.

Changelog: other

How to set up and validate locally

Run bin/rails db:migrate

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 #414216

Merge request reports