Class: Gitlab::BackgroundMigration::BackfillDesignsRelativePosition
- Inherits:
-
Object
- Object
- Gitlab::BackgroundMigration::BackfillDesignsRelativePosition
- Defined in:
- lib/gitlab/background_migration/backfill_designs_relative_position.rb
Overview
This migration is not needed anymore and was disabled, because we're now also backfilling design positions immediately before moving a design.
Instance Method Summary collapse
Instance Method Details
#perform(issue_ids) ⇒ Object
10 11 12 |
# File 'lib/gitlab/background_migration/backfill_designs_relative_position.rb', line 10 def perform(issue_ids) # no-op end |