Added find owner modal and basic searching logic.
This commit is contained in:
1
hasura/migrations/1580321100336_owner_gin_idx/down.yaml
Normal file
1
hasura/migrations/1580321100336_owner_gin_idx/down.yaml
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
6
hasura/migrations/1580321100336_owner_gin_idx/up.yaml
Normal file
6
hasura/migrations/1580321100336_owner_gin_idx/up.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
- args:
|
||||
cascade: true
|
||||
sql: "\r\nCREATE INDEX owner_gin_idx ON owners\r\nUSING GIN ((ownr_fn || ' '
|
||||
|| ownr_ln || ' ' || ownr_addr1 || ' ' || ownr_city || ' ' || ownr_zip ||
|
||||
' ' || ownr_ea || ' ' || ownr_ph1 || ' ' || ownr_ph2 ) gin_trgm_ops);\r\n"
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user