gitlab-org--gitlab-foss/db/post_migrate/20211208122201_schedule_bac...

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

12 lines
166 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class ScheduleBackfillCiProjectMirrors < Gitlab::Database::Migration[1.0]
def up
# no-op
end
def down
# no-op
end
end