Skip to content

Commit 9b8d489

Browse files
harshil1712Oxyjun
andauthored
Update src/content/docs/d1/tutorials/d1-and-prisma-orm/index.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 36130ee commit 9b8d489

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/d1/tutorials/d1-and-prisma-orm

1 file changed

+1
-1
lines changed

src/content/docs/d1/tutorials/d1-and-prisma-orm/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Prisma Migrate for D1 is currently in Early Access. If you want to try it out, y
151151

152152
:::
153153

154-
D1 has a [migration system](/d1/reference/migrations), and the Prisma CLI provides tools that allow you to generate SQL statements for schema changes. In the following steps, you will use D1's migration system and the Prisma CLI to create and run a migration against your database.
154+
D1 uses [migrations](/d1/reference/migrations) for managing schema changes, and the Prisma CLI can help generate the necessary SQL for those updates. In the steps below, you'll use both tools to create and apply a migration to your database.
155155

156156
First, create a new migration using `wrangler`:
157157

0 commit comments

Comments
 (0)