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

12 lines
167 B
Ruby

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