We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc0ea2 + a41b1d4 commit 327ac50Copy full SHA for 327ac50
docs/lnd/release-notes/release-notes-0.20.0.md
@@ -248,6 +248,11 @@ reader of a payment request.
248
* Add missing [sql index](https://github.com/lightningnetwork/lnd/pull/10155)
249
for settled invoices to increase query speed.
250
251
+* [Migrate the KV graph store to native
252
+ SQL](https://github.com/lightningnetwork/lnd/pull/10163). For this migration
253
+ to take place, the db backend must already be either `postgres` or `sqlite`
254
+ and the `--use-native-sql` flag must be set.
255
+
256
## Code Health
257
258
## Tooling and Documentation
0 commit comments