IO-1559 ClaimsCorp Datapump

This commit is contained in:
Allan Carr
2023-08-29 17:51:34 -07:00
parent 763b199646
commit 63673548a0
7 changed files with 1056 additions and 4 deletions

View File

@@ -3273,6 +3273,7 @@
- ca_gst_registrant
- cat_no
- category
- cieca_pfl
- cieca_stl
- cieca_ttl
- ciecaid
@@ -3314,6 +3315,7 @@
- date_repairstarted
- date_scheduled
- date_towin
- date_void
- ded_amt
- ded_note
- ded_status
@@ -3495,7 +3497,6 @@
- v_model_yr
- v_vin
- vehicleid
- date_void
- voided
select_permissions:
- role: user
@@ -3539,6 +3540,7 @@
- ca_gst_registrant
- cat_no
- category
- cieca_pfl
- cieca_stl
- cieca_ttl
- ciecaid
@@ -3580,6 +3582,7 @@
- date_repairstarted
- date_scheduled
- date_towin
- date_void
- ded_amt
- ded_note
- ded_status
@@ -3762,7 +3765,6 @@
- v_model_yr
- v_vin
- vehicleid
- date_void
- voided
filter:
bodyshop:
@@ -3816,6 +3818,7 @@
- ca_gst_registrant
- cat_no
- category
- cieca_pfl
- cieca_stl
- cieca_ttl
- ciecaid
@@ -3857,6 +3860,7 @@
- date_repairstarted
- date_scheduled
- date_towin
- date_void
- ded_amt
- ded_note
- ded_status
@@ -4039,7 +4043,6 @@
- v_model_yr
- v_vin
- vehicleid
- date_void
- voided
filter:
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"."bodyshops" add column "claimscorpid" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "claimscorpid" text
null;