Closed timrobertson100 closed 2 years ago
This remains an issue
arctos=# ALTER TABLE identification_agent_role ADD FOREIGN KEY ("agentID") REFERENCES agent ("agentID");
ERROR: insert or update on table "identification_agent_role" violates foreign key constraint "identification_agent_role_agentID_fkey"
DETAIL: Key (agentID)=(10014238) is not present in table "agent".
The Agent table misses entries that are referenced in
identification_agent_role
. For example:Can you please explore @tucotuco ?