Skip to content
Snippets Groups Projects

Revert backfill on ci_build_trace_sections

Merged Andreas Brandl requested to merge ab/revert-ci-build-trace-sections into master
All threads resolved!
Files
2
@@ -8,7 +8,7 @@ class BackfillCiBuildTraceSectionsForBigintConversion < ActiveRecord::Migration[
def up
# No-op to disable the migration:
backfill_conversion_of_integer_to_bigint TABLE, COLUMN, batch_size: 15000, sub_batch_size: 100, primary_key: COLUMN
# backfill_conversion_of_integer_to_bigint TABLE, COLUMN, batch_size: 15000, sub_batch_size: 100, primary_key: COLUMN
end
def down
Loading