gitlab-org--gitlab-foss/db/post_migrate/20210818185845_backfill_pro...

12 lines
156 B
Ruby

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