gitlab-org--gitlab-foss/db/post_migrate/20220127132201_cleanup_back...

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

12 lines
165 B
Ruby
Raw Normal View History

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