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

class BackfillProjectsWithCoverage < ActiveRecord::Migration[6.1]
  def up
    # noop
  end

  def down
    # noop
  end
end