mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
Merge pull request #10148 from ellemouton/graphPerf10
graph/db+sqldb: different defaults for SQLite and Postgres query options
This commit is contained in:
@@ -1128,9 +1128,8 @@ func (d *DefaultDatabaseBuilder) BuildDatabase(
|
||||
continue
|
||||
}
|
||||
|
||||
migFn, ok := getSQLMigration(
|
||||
migFn, ok := d.getSQLMigration(
|
||||
ctx, version, dbs.ChanStateDB.Backend,
|
||||
*d.cfg.ActiveNetParams.GenesisHash,
|
||||
)
|
||||
if !ok {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user