docs: update sample conf with Graph SQL mig info
What changed, and why it matters
This is a one-line documentation update to the sample configuration file. It adds 'Graph' to a comment listing which LND database subsystems support native SQL tables. There is no code change, no behavior change, and no security relevance.
No action required. This is a documentation-only change with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies sample-lnd.conf only, adding ‘- Graph’ to a comment block describing subsystems that support native SQL tables. The actual configuration option db.use-native-sql=false remains unchanged. No executable code, logic, or default settings were altered.
Changed components
sample-lnd.confInspect captured patch +1 / −0
diff --git a/sample-lnd.conf b/sample-lnd.conf
index 506b999..c3b3a96 100644
--- a/sample-lnd.conf
+++ b/sample-lnd.conf
@@ -1506,6 +1506,7 @@
; that support it.
; Subsystems which support native SQL tables:
; - Invoices
+; - Graph
; db.use-native-sql=false
; If set to true, the KV to native SQL migration will be skipped. Note that
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.