Skip to content

Remove unused index for broken location fingerprints

Can Eldem requested to merge remove-tmp-index into master

What does this MR do?

Part of #249116 (closed)

Migration

== 20200923130057 RemoveTmpCsIndex: migrating =================================
-- transaction_open?()
   -> 0.0000s
-- indexes(:vulnerability_occurrences)
   -> 0.0080s
-- execute("SET statement_timeout TO 0")
   -> 0.0003s
-- remove_index(:vulnerability_occurrences, {:algorithm=>:concurrently, :name=>"tmp_index_for_fixing_inconsistent_vulnerability_occurrences"})
   -> 0.0055s
-- execute("RESET ALL")
   -> 0.0003s
== 20200923130057 RemoveTmpCsIndex: migrated (0.0149s) ========================

Conformity

Edited by Can Eldem

Merge request reports