2019-03-21 052820.112 UTC [28043] ERROR: insert or update on table "_CompanyToInvoice" violates foreign key constraint "_CompanyToInvoice_A_fkey"
2019-03-21 052820.112 UTC [28043] DETAIL: Key (A)=(cjth8x5zd1y450a39jlmrxflp) is not present in table "Company".
2019-03-21 052820.112 UTC [28043] STATEMENT: insert into "default$staging"."_CompanyToInvoice" (
"A",
"B"
)
(
$1,
$2,
$3
)
2019-03-21 052820.140 UTC [28063] ERROR: insert or update on table "_LicenseKeyToRenewalType" violates foreign key constraint "_LicenseKeyToRenewalType_A_fkey"
2019-03-21 052820.140 UTC [28063] DETAIL: Key (A)=(cjth8wqym1ngd0a394iupwl5e) is not present in table "LicenseKey".
2019-03-21 052820.140 UTC [28063] STATEMENT: insert into "default$staging"."_LicenseKeyToRenewalType" (
"A",
"B"
)
(
$1,
$2,
$3
)