Skip to content

Commit 1277f56

Browse files
committed
fix: replace deprecated schema file location argument
1 parent cc410ce commit 1277f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To create a baseline migration:
7272
```terminal no-lines
7373
npx prisma migrate diff \
7474
--from-empty \
75-
--to-schema-datamodel prisma/schema.prisma \
75+
--to-schema prisma/schema.prisma \
7676
--script > prisma/migrations/0_init/migration.sql
7777
```
7878

0 commit comments

Comments
 (0)