Skip to content

Remove incorrect duplicate index entry

Brian Williams requested to merge bwill/remove-incorrect-duplicate-index into master

What does this MR do and why?

Remove incorrect duplicate index entry

These indices are not actually duplicates of each other because index_unarchived_occurrences_on_version_id_and_traversal_ids is a partial index and index_sbom_occurrences_on_component_version_id is not. This entry was added by accident because the former index was changed to partial during code review.

!150476 (comment 1896509171)

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Brian Williams

Merge request reports

Loading