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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #414216 (closed)