Skip to content

Removal of index events on project id and id desc

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

Screenshot_2023-07-06_at_1.01.06_PM

How to set up and validate locally

  1. Run rake db:migrate
  2. 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.

Related to #415091 (closed)

Edited by Harsimar Sandhu

Merge request reports