summaryrefslogtreecommitdiff
path: root/db/post_migrate/20211208122201_schedule_backfill_ci_project_mirrors.rb
blob: 2a58eda040e2ae3344bf602913bdbb9d1ad04397 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class ScheduleBackfillCiProjectMirrors < Gitlab::Database::Migration[1.0]
  def up
    # no-op
  end

  def down
    # no-op
  end
end