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

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

  def down
    # no-op
  end
end