Files
gitlab-foss/lib/gitlab/background_migration/backfill_epic_issues_namespace_id.rb
2024-07-24 15:09:52 +00:00

11 lines
265 B
Ruby

# frozen_string_literal: true
module Gitlab
module BackgroundMigration
class BackfillEpicIssuesNamespaceId < BackfillDesiredShardingKeyJob
operation_name :backfill_epic_issues_namespace_id
feature_category :portfolio_management
end
end
end