mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-04 13:35:25 +01:00
2 lines
123 B
SQL
2 lines
123 B
SQL
CREATE INDEX CONCURRENTLY IF NOT EXISTS index_invoices_on_id_user_id_type_state
|
|
ON invoices (id, user_id, type, state); |