From 89f046a129e9b2b5859fcb341f825e05b62fdaec Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 24 Feb 2026 12:59:59 +0100 Subject: [PATCH] docs: add release notes for KV-to-SQL payment migration --- docs/release-notes/release-notes-0.21.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md index 0679bb98b..5c456d2c4 100644 --- a/docs/release-notes/release-notes-0.21.0.md +++ b/docs/release-notes/release-notes-0.21.0.md @@ -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