Skip to content

Draft: Drop temporary index on `vulnerability_occurrences` table

What does this MR do and why?

This index was added to be a supporting index for a backfill in Async tmp index addition for a `vulnerability_o... (!148470 - merged) • Michael Becker • 16.11

This commit adds a migration to drop the index as the backfill is complete


Changelog: removed

Migration Output

bundle exec rails db:migrate
tbd
bundle exec rails db:migrate:down:main VERSION=20240131100818
tbd
bundle exec rails db:migrate:down:ci VERSION=20240131100818
tbd

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Resolves #454243

Merge request reports