From 0cd28ab23c2a1fb216bed35229750f04004cd426 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Thu, 1 Jul 2021 17:11:12 +0200 Subject: [PATCH] docs(readme): prisma db push is not in preview anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee88dc5ef..ae80ddeb76 100644 --- a/README.md +++ b/README.md @@ -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