Skip to content

Commit 8a9f774

Browse files
committed
sqldb: register migration 14 in migration config
Add the 000014_payments_no_fail_reason_index migration to the main migration configuration so the global migration list stays in sync with the embedded SQL schema files.
1 parent 839d19c commit 8a9f774

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sqldb/migrations.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ var (
126126
Version: 16,
127127
SchemaVersion: 13,
128128
},
129+
{
130+
Name: "000014_payments_no_fail_reason_index",
131+
Version: 17,
132+
SchemaVersion: 14,
133+
},
129134
}, migrationAdditions...)
130135

131136
// ErrMigrationMismatch is returned when a migrated record does not

0 commit comments

Comments
 (0)