lnd/sqldb/sqlc/queries
Andras Banki-Horvath 3820497d7f
sqldb: set settled_at and settle_index on invocie insertion is set
Previously we intentially did not set settled_at and settle_index when
inserting a new invoice as those fields are set when we settle an
invoice through the usual invoice update. As migration requires that we
set these nullable fields, we can safely add them.
2025-01-23 09:11:00 +01:00
..
amp_invoices.sql multi: add call to directly insert an AMP sub-invoice 2025-01-23 09:10:59 +01:00
invoice_events.sql sqldb: simplify and fixup the existing invoice store schema and queries 2024-03-01 10:08:07 +01:00
invoices.sql sqldb: set settled_at and settle_index on invocie insertion is set 2025-01-23 09:11:00 +01:00
migration.sql sqldb: add table to track custom SQL migrations 2025-01-23 09:10:59 +01:00