Merge pull request #7442 from 84adam/postgres-docs-schema-84adam

docs: add notes on contents of Postgres DB as Key-Value store to Postgres.md
This commit is contained in:
Olaoluwa Osuntokun
2023-04-10 16:51:19 -07:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@ -502,6 +502,10 @@ in the lnwire package](https://github.com/lightningnetwork/lnd/pull/7303)
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254) and golangci
issue where [it cannot fetch
commits](https://github.com/lightningnetwork/lnd/pull/7374).
* [Update Postgres.md](https://github.com/lightningnetwork/lnd/pull/7442)
to clarify how the database is currently used as a Key-Value store, but
in the future will have new schema introduced.
### Integration test
@ -523,6 +527,7 @@ refactor the itest for code health and maintenance.
# Contributors (Alphabetical Order)
* Adam Anderson
* Alejandro Pedraza
* Alyssa Hertig
* Andras Banki-Horvath