Phasing out prisma db push (#911)

This commit is contained in:
Alex van Andel 2021-10-12 11:51:59 +01:00 committed by GitHub
parent a73187d46b
commit 2fd25acc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ yarn dx
5. Set up the database using the Prisma schema (found in `prisma/schema.prisma`)
```sh
npx prisma db push
npx prisma migrate deploy
```
6. Run (in development mode)
```sh