Skip to content

Drop the temporary index from `vulnerability_reads` table

What does this MR do and why?

This MR drops a temporary index from the database which was originally introduced by !89915 (merged) to support a migration. That migration has been finalized in %17.0 by !151519 (merged) so that we can remove the index now.

Related to Remove `tmp_index_cis_vulnerability_reads_on_id... (#460446 - closed).

Merge request reports