Add CIECA PFL info.

This commit is contained in:
Patrick Fic
2023-08-28 12:05:36 -07:00
parent 763b199646
commit 2658626c7e
3 changed files with 12 additions and 3 deletions

View File

@@ -3273,6 +3273,7 @@
- ca_gst_registrant - ca_gst_registrant
- cat_no - cat_no
- category - category
- cieca_pfl
- cieca_stl - cieca_stl
- cieca_ttl - cieca_ttl
- ciecaid - ciecaid
@@ -3314,6 +3315,7 @@
- date_repairstarted - date_repairstarted
- date_scheduled - date_scheduled
- date_towin - date_towin
- date_void
- ded_amt - ded_amt
- ded_note - ded_note
- ded_status - ded_status
@@ -3495,7 +3497,6 @@
- v_model_yr - v_model_yr
- v_vin - v_vin
- vehicleid - vehicleid
- date_void
- voided - voided
select_permissions: select_permissions:
- role: user - role: user
@@ -3539,6 +3540,7 @@
- ca_gst_registrant - ca_gst_registrant
- cat_no - cat_no
- category - category
- cieca_pfl
- cieca_stl - cieca_stl
- cieca_ttl - cieca_ttl
- ciecaid - ciecaid
@@ -3580,6 +3582,7 @@
- date_repairstarted - date_repairstarted
- date_scheduled - date_scheduled
- date_towin - date_towin
- date_void
- ded_amt - ded_amt
- ded_note - ded_note
- ded_status - ded_status
@@ -3762,7 +3765,6 @@
- v_model_yr - v_model_yr
- v_vin - v_vin
- vehicleid - vehicleid
- date_void
- voided - voided
filter: filter:
bodyshop: bodyshop:
@@ -3816,6 +3818,7 @@
- ca_gst_registrant - ca_gst_registrant
- cat_no - cat_no
- category - category
- cieca_pfl
- cieca_stl - cieca_stl
- cieca_ttl - cieca_ttl
- ciecaid - ciecaid
@@ -3857,6 +3860,7 @@
- date_repairstarted - date_repairstarted
- date_scheduled - date_scheduled
- date_towin - date_towin
- date_void
- ded_amt - ded_amt
- ded_note - ded_note
- ded_status - ded_status
@@ -4039,7 +4043,6 @@
- v_model_yr - v_model_yr
- v_vin - v_vin
- vehicleid - vehicleid
- date_void
- voided - voided
filter: filter:
bodyshop: bodyshop:

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."jobs" add column "cieca_pfl" jsonb
-- null default jsonb_build_object();

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "cieca_pfl" jsonb
null default jsonb_build_object();