diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx index 65bfa4586a..3bd8be86cf 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx @@ -20,6 +20,13 @@ Prisma ORM v7 introduces **breaking changes** when you upgrade from an earlier P For developers using AI Agents, we have a [migration prompt](/ai/prompts/prisma-7) that you can add to your project for automatic migrations. + +:::info + +If you are using MongoDB, please note that Prisma ORM v7 does not yet support MongoDB. You should continue using Prisma ORM v6 for now. Support for MongoDB is coming soon in v7. + +::: + ## Upgrade the `prisma` and `@prisma/client` packages to v7 To upgrade to Prisma ORM v7 from an earlier version, you need to update both the `prisma` and `@prisma/client` packages: