Files
gitlab-foss/lib/gitlab/background_migration/backfill_draft_notes_project_id.rb
2024-06-06 12:22:53 +00:00

11 lines
261 B
Ruby

# frozen_string_literal: true
module Gitlab
module BackgroundMigration
class BackfillDraftNotesProjectId < BackfillDesiredShardingKeyJob
operation_name :backfill_draft_notes_project_id
feature_category :code_review_workflow
end
end
end