mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-23 22:04:23 +01:00
Merge pull request #491 from getAlby/feat/index-invoice-state
fix: index invoice state
This commit is contained in:
2
db/migrations/2024060603000_invoice_state.sql
Normal file
2
db/migrations/2024060603000_invoice_state.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX CONCURRENTLY IF NOT EXISTS index_invoices_on_state
|
||||
ON invoices (state);
|
||||
Reference in New Issue
Block a user