mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
11 lines
258 B
Ruby
11 lines
258 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module BackgroundMigration
|
|
class BackfillApprovalsProjectId < BackfillDesiredShardingKeyJob
|
|
operation_name :backfill_approvals_project_id
|
|
feature_category :code_review_workflow
|
|
end
|
|
end
|
|
end
|