debian-mirror-gitlab/db/post_migrate/20210818185845_backfill_projects_with_coverage.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
156 B
Ruby
Raw Normal View History

2021-11-11 11:23:49 +05:30
# frozen_string_literal: true
class BackfillProjectsWithCoverage < ActiveRecord::Migration[6.1]
def up
2023-01-13 00:05:48 +05:30
# noop
2021-11-11 11:23:49 +05:30
end
def down
# noop
end
end