Removal of index events on project id and id desc
requested to merge 415091-drop-index-events-on-project-id-and-id-desc-on-merged-action-sync into master
What does this MR do and why?
Removal of index events on project id and id desc
Changelog: other
We removed the index asynchronously in !124032 (merged) This MR now removes this index synchronously,
I verified index no longer exists using postgres.ai
How to set up and validate locally
- Run
rake db:migrate
- Verify index no longer exists.
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 #415091 (closed)
Edited by Harsimar Sandhu