index_vulnerabilities_on_project_id_and_id synchronous database index addition
Summary
This issue is to add a migration to create the index_vulnerabilities_on_project_id_and_id
database index synchronously after it has been created on GitLab.com.
The asynchronous index was introduced in !127180 (merged).
the async migration appears to have completed as \d+ vulnerabilities
shows the index:
Edited by Michael Becker