mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
Merge pull request #8831 from bhandras/sql-invoice-migration
invoices: migrate KV invoices to native SQL for users of KV SQL backends
This commit is contained in:
@@ -264,6 +264,11 @@ The underlying functionality between those two options remain the same.
|
||||
transactions can run at once, increasing efficiency. Includes several bugfixes
|
||||
to allow this to work properly.
|
||||
|
||||
* [Migrate KV invoices to
|
||||
SQL](https://github.com/lightningnetwork/lnd/pull/8831) as part of a larger
|
||||
effort to support SQL databases natively in LND.
|
||||
|
||||
|
||||
## Code Health
|
||||
|
||||
* A code refactor that [moves all the graph related DB code out of the
|
||||
@@ -292,6 +297,7 @@ The underlying functionality between those two options remain the same.
|
||||
|
||||
* Abdullahi Yunus
|
||||
* Alex Akselrod
|
||||
* Andras Banki-Horvath
|
||||
* Animesh Bilthare
|
||||
* Boris Nagaev
|
||||
* Carla Kirk-Cohen
|
||||
|
Reference in New Issue
Block a user