Commit b7caca93 authored by Andreas Brandl's avatar Andreas Brandl

Turn rollback into no-op

parent 27262d7b
......@@ -11,6 +11,6 @@ class RevertBackfillCiBuildTraceSectionsForBigintConversion < ActiveRecord::Migr
end
def down
backfill_conversion_of_integer_to_bigint TABLE, COLUMN, batch_size: 15000, sub_batch_size: 100, primary_key: COLUMN
# no-op
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment