Files
bodyshop/hasura/migrations/1590769637626_run_sql_migration/up.yaml
2020-05-29 09:35:35 -07:00

8 lines
340 B
YAML

- args:
cascade: true
read_only: false
sql: "CREATE INDEX idx_owners_ownrfn ON owners\r\nUSING GIN (ownr_fn gin_trgm_ops);\r\n\r\nCREATE
INDEX idx_owners_ownrln ON owners\r\nUSING GIN (ownr_ln gin_trgm_ops);\r\n\r\nCREATE
INDEX idx_owners_estnumber ON owners\r\nUSING GIN (ownr_co_nm gin_trgm_ops);"
type: run_sql