Skip to content

Commit 0ffcae3

Browse files
authored
Update cmd_migrate_db.go
1 parent 2adc2ea commit 0ffcae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd_migrate_db.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ func openDb(cfg *DB, prefix string) (walletdb.DB, error) {
447447
},
448448
prefix,
449449
}
450+
postgres.Init(5)
450451
log("Opening postgres backend at %s with prefix '%s'",
451452
cfg.Postgres.Dsn, prefix)
452453

0 commit comments

Comments
 (0)