lnd/sqldb/sqlc
Elle Mouton 0064d33cda
sqldb+graph/db: source nodes table, queries and CRUD
In this commit, we add the `source_nodes` table. It points to entries in
the `nodes` table. This table will store one entry per protocol version
that we are announcing a node_announcement on.

With this commit, we can run the TestSourceNode unit test against our
SQL backends.
2025-05-27 18:36:59 +02:00
..
migrations sqldb+graph/db: source nodes table, queries and CRUD 2025-05-27 18:36:59 +02:00
queries sqldb+graph/db: source nodes table, queries and CRUD 2025-05-27 18:36:59 +02:00
amp_invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
db.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
graph.sql.go sqldb+graph/db: source nodes table, queries and CRUD 2025-05-27 18:36:59 +02:00
invoice_events.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
migration.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
models.go sqldb+graph/db: source nodes table, queries and CRUD 2025-05-27 18:36:59 +02:00
querier.go sqldb+graph/db: source nodes table, queries and CRUD 2025-05-27 18:36:59 +02:00