You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main introduced 000060_asset_transfers_superseded, colliding with
this branch's 000060_unique_pending_or_frozen_batch. Renumber this
branch's migrations and all their narrative references:
60 unique_pending_or_frozen_batch -> 61
61 dedupe_supply_update_events -> 62
62 backfill_supply_update_event_keys -> 63
LatestMigrationVersion bumps to 63 and the Migration62BackfillEventKeys
constant becomes Migration63BackfillEventKeys.
Copy file name to clipboardExpand all lines: tapcfg/config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ type ExperimentalConfig struct {
365
365
// for operator use after a constraint or invariant failure has
366
366
// prevented normal startup.
367
367
typeRepairConfigstruct {
368
-
CancelDuplicateBatchesbool`long:"cancel-duplicate-batches" description:"If set, tapd cancels all but the most recent minting batch in BatchStatePending or BatchStateFrozen and then exits. Used to recover from a database that violates the singleton pre-broadcast batch invariant added in migration 000060 (e.g. a legacy DB with duplicate pending batches that blocks the migration)."`
368
+
CancelDuplicateBatchesbool`long:"cancel-duplicate-batches" description:"If set, tapd cancels all but the most recent minting batch in BatchStatePending or BatchStateFrozen and then exits. Used to recover from a database that violates the singleton pre-broadcast batch invariant added in migration 000061 (e.g. a legacy DB with duplicate pending batches that blocks the migration)."`
369
369
}
370
370
371
371
// CleanAndValidate performs final processing on the ExperimentalConfig,
0 commit comments