Skip to content
Snippets Groups Projects

Finish BigInt column swap for self-hosted installations

Merged Laura Montemayor requested to merge ensure-build-needs-bigint-backfill-self-hosted into master
All threads resolved!
@@ -10,7 +10,7 @@ class EnsureCiBuildNeedsBigIntBackfillIsFinishedForSelfHosts < Gitlab::Database:
@@ -10,7 +10,7 @@ class EnsureCiBuildNeedsBigIntBackfillIsFinishedForSelfHosts < Gitlab::Database:
TABLE_NAME = 'ci_build_needs'
TABLE_NAME = 'ci_build_needs'
def up
def up
ensure_batched_background_migration_is_finisheure_batched_background_migration_is_finished(
ensure_batched_background_migration_is_finished(
job_class_name: 'CopyColumnUsingBackgroundMigrationJob',
job_class_name: 'CopyColumnUsingBackgroundMigrationJob',
table_name: TABLE_NAME,
table_name: TABLE_NAME,
column_name: 'id',
column_name: 'id',
Loading