docs: add release notes for KV-to-SQL payment migration

This commit is contained in:
ziggie 2026-02-24 12:59:59 +01:00
parent 6c28cc4d0b
commit 89f046a129
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -217,6 +217,10 @@
db functions Part 2](https://github.com/lightningnetwork/lnd/pull/10308)
* [Finalize SQL implementation for
payments db](https://github.com/lightningnetwork/lnd/pull/10373)
* [Add the KV-to-SQL payment
migration](https://github.com/lightningnetwork/lnd/pull/10485) with
comprehensive tests. The migration is currently dev-only, compiled behind
the `test_db_postgres`, `test_db_sqlite`, or `test_native_sql` build tags.
## Code Health