Skip to content

Asynchronously remove `merge_request_state_id_temp_index` (again)

Gary Holtz requested to merge 408766-fix-pervious-async-migration into master

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.

Related to #408766 (closed)

Edited by Gary Holtz

Merge request reports

Loading