Asynchronously remove `merge_request_state_id_temp_index` (again)
What does this MR do and why?
From Remove unused indexes on `merge_requests` table (#402497 - closed), this index is no longer used and can be removed.
Unfortunately, the previous attempt of this (Async remove 'merge_requests_state_id_temp_inde... (!116729 - merged)) did not remove the index because the index should be on id
and not state_id
(despite what the name says).
This attempt should take care of it
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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 #408766 (closed)
Edited by Gary Holtz