Skip to content
Snippets Groups Projects
Verified Commit 496b7c01 authored by Brian Williams's avatar Brian Williams :two:
Browse files

Remove incorrect duplicate index entry

This index 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)
parent bc9db79d
No related branches found
No related tags found
2 merge requests!164749Enable parallel in test-on-omnibus,!162737Remove incorrect duplicate index entry
......@@ -85,9 +85,6 @@ requirements_management_test_reports:
sbom_component_versions:
index_sbom_component_versions_on_component_id_and_version:
- index_sbom_component_versions_on_component_id
sbom_occurrences:
index_unarchived_occurrences_on_version_id_and_traversal_ids:
- index_sbom_occurrences_on_component_version_id
search_namespace_index_assignments:
index_search_namespace_index_assignments_uniqueness_index_type:
- index_search_namespace_index_assignments_on_namespace_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment