|
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module BackgroundMigration
|
|
class BackfillVulnerabilityFlagsProjectId < BackfillDesiredShardingKeyJob
|
|
operation_name :backfill_vulnerability_flags_project_id
|
|
feature_category :vulnerability_management
|
|
end
|
|
end
|
|
end
|