Prepare index for organizationId and id on projects
What does this MR do and why?
We need to create a new composite index on organization_id
and id
in the projects table. But before that, we need to prepare the index for asynchronous creation.
Changelog: other
How to set up and validate locally
Run bin/rails db:migrate
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 #431849 (closed)