Commit 621fa38e authored by Yannis Roussos's avatar Yannis Roussos

Merge branch 'patch-migration' into 'master'

Fix rollback of migration that adds temporary index for container scanning findings

See merge request gitlab-org/gitlab!44593
parents ddf1ae36 5fd82794
---
title: Fix rollback portion of migration that adds temporary index for container scanning findings
merge_request: 44593
author:
type: fixed
......@@ -15,6 +15,6 @@ class AddIndexToContainerScanningFindings < ActiveRecord::Migration[6.0]
end
def down
remove_concurrent_index_by_name(:project_registry, INDEX_NAME)
remove_concurrent_index_by_name(:vulnerability_occurrences, INDEX_NAME)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment