Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Mar 28, 2024
1 parent bbf2ab7 commit 7da1509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ As explained above, you now need to use `--from-url` instead of `--from-empty` t
npx prisma migrate diff \
--from-url file:./.wrangler/state/v3/d1/miniflare-D1DatabaseObject/__YOUR_DB__.sqlite \
--to-schema-datamodel ./prisma/schema.prisma \
--script > migrations/0001_create_user_table.sql
--script > migrations/0002_create_post_table.sql
```

> **Note**: Remember that you need to replace `__YOUR_DB__` with the long string of numbers and characters that represent the file name of your local D1 instance.
Expand Down

0 comments on commit 7da1509

Please sign in to comment.