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
| `--from-migrations` | Path to the Prisma Migrate migrations directory | Not supported in MongoDB |
1624
-
| `--from-schema-datamodel` | Path to a Prisma schema file, uses the data model for the diff | |
1624
+
| `--from-schema` | Path to a Prisma schema file, uses the data model for the diff | |
1625
1625
| `--from-schema-datasource` | Path to a Prisma schema file, uses the URL in the `datasource` block for the diff | |
1626
1626
| `--from-empty` | Assume that you the data model you are migrating from is empty | |
1627
1627
| `--from-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli-with-prisma-migrate-diff)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
@@ -1632,7 +1632,7 @@ One of the following `--to-...` options is required:
| `--to-migrations` | Path to the Prisma Migrate migrations directory | Not supported in MongoDB |
1635
-
| `--to-schema-datamodel` | Path to a Prisma schema file, uses the data model for the diff | |
1635
+
| `--to-schema` | Path to a Prisma schema file, uses the data model for the diff | |
1636
1636
| `--to-schema-datasource` | Path to a Prisma schema file, uses the URL in the `datasource` block for the diff | |
1637
1637
| `--to-empty` | Assume that you the data model you are migrating to is empty | |
1638
1638
| `--to-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli-with-prisma-migrate-diff)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
0 commit comments