Files
bodyshop/hasura/migrations/1582151260638_run_sql_migration/up.yaml
2020-02-19 14:39:49 -08:00

6 lines
154 B
YAML

- args:
cascade: true
sql: "CREATE INDEX idx_owner_name ON owners\r\nUSING GIN ((ownr_fn || ' ' || ownr_ln)
gin_trgm_ops);"
type: run_sql