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

12 lines
168 B
Ruby

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