Class: Gitlab::BackgroundMigration::PopulateLatestPipelineIds

Inherits:
Object
  • Object
show all
Defined in:
lib/gitlab/background_migration/populate_latest_pipeline_ids.rb

Defined Under Namespace

Classes: ProjectSetting

Instance Method Summary collapse

Instance Method Details

#perform(start_id, end_id) ⇒ Object



20
21
22
# File 'lib/gitlab/background_migration/populate_latest_pipeline_ids.rb', line 20

def perform(start_id, end_id)
  # no-op
end