Schema changes for owner searching to include ownr_co_nm. Requires index rebuild BOD-44
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,7 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user