Resolved duplicate vehicles uniqueness constraint on initial import BOD-397

This commit is contained in:
Patrick Fic
2020-10-05 14:15:41 -07:00
parent 7d9b02bb22
commit f188e9512b
13 changed files with 336 additions and 73 deletions

View File

@@ -17,6 +17,7 @@ export const QUERY_AVAILABLE_NEW_JOBS = gql`
supplement_number
updated_at
uploaded_by
ins_co_nm
vehicle_info
}
}
@@ -39,10 +40,12 @@ export const QUERY_AVAILABLE_SUPPLEMENT_JOBS = gql`
supplement_number
updated_at
uploaded_by
ins_co_nm
vehicle_info
job {
id
ro_number
est_number
}
}
}