Jobs table updates for missing CIECA fields.
This commit is contained in:
7
hasura/migrations/1580424750331_jobs_fields/up.yaml
Normal file
7
hasura/migrations/1580424750331_jobs_fields/up.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- args:
|
||||
cascade: true
|
||||
sql: "alter table jobs\r\nadd column tax_prethr numeric,\r\nadd column tax_thramt
|
||||
numeric,\r\nadd column tax_str_rt numeric,\r\nadd column tax_lbr_rt numeric,\r\nadd
|
||||
column adj_g_disc numeric,\r\nadd column adj_towdis numeric,\r\nadd column
|
||||
adj_strdis numeric,\r\nadd column tax_predis numeric"
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user