mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-06 14:35:36 +01:00
fix: added a new index for invoices
This commit is contained in:
2
db/migrations/2023021603000_invoice_index.sql
Normal file
2
db/migrations/2023021603000_invoice_index.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX CONCURRENTLY IF NOT EXISTS index_invoices_on_id_user_id_type_state
|
||||
ON invoices (id, user_id, type, state);
|
||||
Reference in New Issue
Block a user