Files
bodyshop/hasura/migrations/1592324679227_run_sql_migration/up.yaml
2020-06-16 10:51:54 -07:00

6 lines
148 B
YAML

- args:
cascade: true
read_only: false
sql: CREATE INDEX idx_payments_payer ON payments USING GIN (payer gin_trgm_ops);
type: run_sql