You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`prisma-extension-soft-delete: upsert of model "${params.model}" through "${params.scope?.parentParams.model}.${params.scope.relations.to.name}" found. Upserts of soft deleted models through a toOne relation is not supported as it is possible to update a soft deleted record.`
);
}
return{ params };
};
The text was updated successfully, but these errors were encountered:
prisma-extension-soft-delete/src/lib/helpers/createParams.ts
Lines 147 to 155 in 7a4dc1d
The text was updated successfully, but these errors were encountered: