mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-04 03:39:32 +02:00
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.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS invoices_settle_index_idx ON invoices(settle_index);
|
Reference in New Issue
Block a user