diff --git a/internal/gitaly/storage/storagemgr/partition/migration/id/migration_task_ids.go b/internal/gitaly/storage/storagemgr/partition/migration/id/migration_task_ids.go index 747027bbd1b81bc50e376965361354f8f7d81269..d39c9ebbc0729a3fd758dd98721d72fd38d5ceb6 100644 --- a/internal/gitaly/storage/storagemgr/partition/migration/id/migration_task_ids.go +++ b/internal/gitaly/storage/storagemgr/partition/migration/id/migration_task_ids.go @@ -6,7 +6,7 @@ import "math" // the last migration it performed. Subsequent migration jobs should always use increasing numbers. const ( // LeftoverFile is the migration ID of a leftover file migration. - LeftoverFile = 1 + LeftoverFile = 2 // Reftable is a placeholder value. The Reftable migration uses a special ID marked as math.MaxUint64 because // retable migration isn't wired into the migration manager like other migrations.