Files
gitlab-foss/lib/gitlab/background_migration/backfill_user_achievements_namespace_id.rb
2024-06-04 15:23:49 +00:00

11 lines
269 B
Ruby

# frozen_string_literal: true
module Gitlab
module BackgroundMigration
class BackfillUserAchievementsNamespaceId < BackfillDesiredShardingKeyJob
operation_name :backfill_user_achievements_namespace_id
feature_category :user_profile
end
end
end