docs(readme): prisma db push is not in preview anymore

pull/335/head
Oscar Dominguez 2021-07-01 17:11:12 +02:00 committed by GitHub
parent 80898ea706
commit 0cd28ab23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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