Hasura changes to add searching + indexing. Header and card changes.

This commit is contained in:
Patrick Fic
2020-01-23 17:20:26 -08:00
parent d1323bed7f
commit fbf8931f68
49 changed files with 2756 additions and 92 deletions

View 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