IO-1419 Resolve hsaura migration issues with new field.

This commit is contained in:
Patrick Fic
2021-10-04 13:20:35 -07:00
parent 632549dd9d
commit ea2c583b26
18 changed files with 7540 additions and 7522 deletions

View File

@@ -359,7 +359,7 @@ export const GET_JOB_BY_PK = gql`
kmin
kmout
referral_source
referral_source_other
referral_source_extra
unit_number
po_number
special_coverage_policy
@@ -966,7 +966,7 @@ export const CONVERT_JOB_TO_RO = gql`
$driveable: Boolean
$towin: Boolean
$referral_source: String
$referral_source_other: String
$referral_source_extra: String
) {
update_jobs(
where: { id: { _eq: $jobId } }
@@ -978,7 +978,7 @@ export const CONVERT_JOB_TO_RO = gql`
towin: $towin
driveable: $driveable
referral_source: $referral_source
referral_source_other: $referral_source_other
referral_source_extra: $referral_source_extra
}
) {
returning {
@@ -988,7 +988,7 @@ export const CONVERT_JOB_TO_RO = gql`
class
ins_co_nm
referral_source
referral_source_other
referral_source_extra
}
}
}
@@ -1502,7 +1502,7 @@ export const QUERY_ALL_JOB_FIELDS = gql`
rate_mash
rate_matd
referral_source
referral_source_other
referral_source_extra
regie_number
selling_dealer
selling_dealer_contact