Hasura changes to add searching + indexing. Header and card changes.
This commit is contained in:
7
hasura/migrations/1579821113991_new_jobs_index/up.yaml
Normal file
7
hasura/migrations/1579821113991_new_jobs_index/up.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- args:
|
||||
cascade: true
|
||||
sql: CREATE INDEX jobs_search_idx ON jobs USING gin (est_number gin_trgm_ops,
|
||||
ro_number gin_trgm_ops, clm_no gin_trgm_ops, ownr_ln gin_trgm_ops, ownr_fn gin_trgm_ops,
|
||||
ownr_ph1 gin_trgm_ops, ownr_ea gin_trgm_ops, insd_ln gin_trgm_ops, insd_fn gin_trgm_ops,
|
||||
insd_ea gin_trgm_ops, insd_ph1 gin_trgm_ops);
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user