Fixed a misleading error message in `prisma migrate diff` that referenced the `--shadow-database-url` CLI flag, which was removed in Prisma 7. (#29455)
7.7.0
2026-04-07
⚠ Potential breaking changes
4. **Migrate** — Runs `prisma migrate dev` if the schema contains models.
6.19.3
2026-04-01
No breaking-change keywords detected in release notes.
7.6.0
2026-03-27
No breaking-change keywords detected in release notes.
7.5.0
2026-03-11
No breaking-change keywords detected in release notes.
7.4.2
2026-02-27
No breaking-change keywords detected in release notes.
7.4.1
2026-02-19
No breaking-change keywords detected in release notes.
7.4.0
2026-02-11
⚠ Potential breaking changes
Partial indexes are available behind the `partialIndexes` preview feature for PostgreSQL, SQLite, SQL Server, and CockroachDB, with full migration and introspection support.
[**prisma/prisma-engines#5767**](https://github.com/prisma/prisma-engines/pull/5767): Fixed an issue with PostgreSQL migration scripts that prevented usage of `CREATE INDEX CONCURRENTLY` in migrations