Phasing out prisma db push (#911)
This commit is contained in:
parent
a73187d46b
commit
2fd25acc3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue