debian-mirror-gitlab/db/post_migrate/20210818185845_backfill_projects_with_coverage.rb
2023-01-12 18:35:48 +00:00

11 lines
156 B
Ruby

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