Skip to content

Commit 850f49d

Browse files
authored
Merge pull request #335 from oscard0m/readme-prisma-command-remove-preview-flag
2 parents d701d39 + 0cd28ab commit 850f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You will also need Google API credentials. You can get this from the [Google API
107107

108108
5. Set up the database using the Prisma schema (found in `prisma/schema.prisma`)
109109
```sh
110-
npx prisma db push --preview-feature
110+
npx prisma db push
111111
```
112112
6. Run (in development mode)
113113
```sh

0 commit comments

Comments
 (0)