Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20210818185845_backfill_projects_with_coverage.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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