debian-mirror-gitlab/db/post_migrate/20220127132201_cleanup_backfill_ci_project_mirrors.rb
2022-08-27 11:52:29 +05:30

12 lines
165 B
Ruby

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