Commit 127db4b9 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'fix_the_background_migration_interface' into 'master'

Fix the interface of PopulateVulnerabilityHistoricalStatistics#perform

See merge request gitlab-org/gitlab!48366
parents 28e732f1 f3b2e181
......@@ -5,7 +5,7 @@ module Gitlab
# This class creates/updates those project historical vulnerability statistics
# that haven't been created nor initialized. It should only be executed in EE.
class PopulateVulnerabilityHistoricalStatistics
def perform(project_ids)
def perform(project_ids, retention_period = 90)
end
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