I replaced update with updateMany to get rid of th...
# orm-help
j
I replaced update with updateMany to get rid of the error for now. Sounds like to use
update
the record has to be unique… The schema does have a that forced tho.
@@unique([initiator_id, requested_id], map: "connection_request_idx_initiator_id_requested_id")
1