mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 20:15:18 +02:00
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.
1 line
79 B
SQL
1 line
79 B
SQL
CREATE INDEX IF NOT EXISTS invoices_settle_index_idx ON invoices(settle_index); |