Files
gitlab-foss/lib/gitlab/background_migration/backfill_sentry_issues_namespace_id.rb
2024-12-04 00:26:27 +00:00

11 lines
262 B
Ruby

# frozen_string_literal: true
module Gitlab
module BackgroundMigration
class BackfillSentryIssuesNamespaceId < BackfillDesiredShardingKeyJob
operation_name :backfill_sentry_issues_namespace_id
feature_category :observability
end
end
end