lnd/sqldb/sqlc
Elle Mouton c648c7a22d
sqldb/sqlc: add zombie index table
Note that this table will only contain entries for channels that we have
deleted from the `channels` table which is why we cannot use foreign
keys. Similarly, we may no longer have node entries for the nodes in the
table.
2025-06-24 18:35:19 +02:00
..
migrations sqldb/sqlc: add zombie index table 2025-06-24 18:35:19 +02:00
queries sqldb+graph/db: implement FilterChannelRange 2025-06-24 12:17:52 +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: implement FilterChannelRange 2025-06-24 12:17:52 +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/sqlc: add zombie index table 2025-06-24 18:35:19 +02:00
querier.go sqldb+graph/db: implement FilterChannelRange 2025-06-24 12:17:52 +02:00