Skip to content

Commit

Permalink
Update 100-soft-delete-middleware.mdx (#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Jun 24, 2024
1 parent 0b46df1 commit 33043f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following sample uses [middleware](/orm/prisma-client/client-extensions/midd

<Admonition type="warning">

**Note:** This page demonstrates a sample use of middleware. We do not intend the sample to be a fully functional soft delete feature.
**Note:** This page demonstrates a sample use of middleware. We do not intend the sample to be a fully functional soft delete feature and it does not cover all edge cases. For example, the middleware does not work with nested writes and therefore won't capture situations where you use `delete` or `deleteMany` as an option e.g. in an `update` query.

</Admonition>

Expand Down

0 comments on commit 33043f3

Please sign in to comment.