mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-06 11:10:08 +00:00
11 lines
269 B
Ruby
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
|