Files
lspd/postgresql/migrations/000004_create_probe_payments_hash_index.up.sql
2023-08-18 17:02:53 +02:00

1 line
91 B
SQL

CREATE INDEX probe_payment_hash ON public.payments (sha256('probing-01:' || payment_hash));