mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 03:03:19 +02:00
sqldb: add a temporary index to store KV invoice hash to ID mapping
This commit is contained in:
@@ -56,6 +56,11 @@ var (
|
||||
Version: 5,
|
||||
SchemaVersion: 5,
|
||||
},
|
||||
{
|
||||
Name: "000006_invoice_migration",
|
||||
Version: 6,
|
||||
SchemaVersion: 6,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user