mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
# 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
|