Skip to content

Commit 58d6a9e

Browse files
Merge pull request #3354 from qrodrigues/fix-prisma-migrate-url
docs(prisma): Update outdated Prisma Migrate URL
2 parents c46eb42 + 19d3260 commit 58d6a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ DATABASE_URL="sqlserver://HOST:PORT;database=DATABASE;user=USER;password=PASSWOR
194194

195195
#### Create two database tables with Prisma Migrate
196196

197-
In this section, you'll create two new tables in your database using [Prisma Migrate](https://www.prisma.io/docs/concepts/components/prisma-migrate). Prisma Migrate generates SQL migration files for your declarative data model definition in the Prisma schema. These migration files are fully customizable so that you can configure any additional features of the underlying database or include additional commands, e.g. for seeding.
197+
In this section, you'll create two new tables in your database using [Prisma Migrate](https://www.prisma.io/docs/orm/prisma-migrate/getting-started). Prisma Migrate generates SQL migration files for your declarative data model definition in the Prisma schema. These migration files are fully customizable so that you can configure any additional features of the underlying database or include additional commands, e.g. for seeding.
198198

199199
Add the following two models to your `schema.prisma` file:
200200

0 commit comments

Comments
 (0)