diff --git a/apps/docs/content/docs.v6/orm/reference/prisma-client-reference.mdx b/apps/docs/content/docs.v6/orm/reference/prisma-client-reference.mdx index 2156a89a84..5453f5c5fb 100644 --- a/apps/docs/content/docs.v6/orm/reference/prisma-client-reference.mdx +++ b/apps/docs/content/docs.v6/orm/reference/prisma-client-reference.mdx @@ -1063,6 +1063,7 @@ Prisma Client uses a database upsert for an `upsert` query when the query meets - The query modifies only one model - There is only one unique field in the `upsert`'s `where` option - The unique field in the `where` option and the unique field in the `create` option have the same value +- The update clause is not empty If your query does not meet these criteria, then Prisma Client handles the upsert itself.