Files
bodyshop/hasura/migrations/1588004759773_run_sql_migration/up.yaml

8 lines
206 B
YAML

- args:
cascade: true
read_only: false
sql: |-
CREATE INDEX idx_owner_name ON owners USING GIN ((ownr_fn || ' ' || ownr_ln || ' ' || ownr_co_nm)
gin_trgm_ops);
type: run_sql