Skip to content

Commit

Permalink
docs(readme): prisma db push is not in preview anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jul 1, 2021
1 parent 80898ea commit 0cd28ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You will also need Google API credentials. You can get this from the [Google API

5. Set up the database using the Prisma schema (found in `prisma/schema.prisma`)
```sh
npx prisma db push --preview-feature
npx prisma db push
```
6. Run (in development mode)
```sh
Expand Down

0 comments on commit 0cd28ab

Please sign in to comment.