Merge pull request #491 from getAlby/feat/index-invoice-state

fix: index invoice state
This commit is contained in:
Michael Bumann
2024-06-07 12:34:33 +03:00
committed by GitHub

View File

@@ -0,0 +1,2 @@
CREATE INDEX CONCURRENTLY IF NOT EXISTS index_invoices_on_state
ON invoices (state);