From 2fd25acc3cfebb809cf14e9fa142853b164a92dd Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Tue, 12 Oct 2021 11:51:59 +0100 Subject: [PATCH] Phasing out prisma db push (#911) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b81228734a..2fb2710d1a 100644 --- a/README.md +++ b/README.md @@ -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