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
Copy file name to clipboardExpand all lines: content/200-orm/500-reference/200-prisma-cli-reference.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1624,7 +1624,7 @@ One of the following `--from-...` options is required:
1624
1624
| `--from-schema-datamodel` | 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
-
| `--from-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
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) |
1628
1628
1629
1629
One of the following `--to-...` options is required:
1630
1630
@@ -1635,7 +1635,7 @@ One of the following `--to-...` options is required:
1635
1635
| `--to-schema-datamodel` | 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
-
| `--to-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
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