Files
lnd/sqldb/sqlc/migrations/000007_invoice_add_settled_index.up.sql
ziggie ea9fb80eff sqldb: use the new schema
We put this new schema update into the main line and change the
versions of the schema updates which are currently only available
in dev builds. The schemas need to be chronological therefore we
also need to rename the file numbers.
2025-08-14 11:59:09 +02:00

1 line
79 B
SQL

CREATE INDEX IF NOT EXISTS invoices_settle_index_idx ON invoices(settle_index);