Sync. remove `index_events_on_author_id_and_created_at_merge_requests`
requested to merge 415090-drop-index-index_events_on_author_id_and_created_at_merge_requests-from-events-table-2 into master
What does this MR do and why?
This MR removes the index_events_on_author_id_and_created_at_merge_requests
index to save some space on the events
table. The proposal for this is at Drop index `index_events_on_author_id_and_creat... (#415090 - closed) and the asynchronous drop has been done at Async drop `index_events_on_author_id_and_creat... (!127656 - merged)
How to set up and validate locally
To validate this MR, you can run the following steps:
- Check out merge request
- Run database migrations (
rails db:migrate
) - Enter Postgres console with the GDK (
gdk psql
) - Confirm the index does not exist by typing
\d index_events_on_author_id_and_created_at_merge_requests
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.
This description was generated for revision 1c70625d using AI
Edited by Gary Holtz