From 2cb6bdb38b56b63117b34981003fae057f859e79 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 7 Jun 2024 13:31:23 -0300 Subject: [PATCH] readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4275dc12..bb1608b3 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,11 @@ Run one of the commands below for the non-existence of a database. - **MySQL or MariaDB**: ```sh - # Set the environment variable DATABASE_PROVIDER=mysql npx prisma migrate dev --name init --schema ./prisma/mysql-schema.prisma ``` - **PostgreSQL**: ```sh - # Set the environment variable DATABASE_PROVIDER=postgressql npx prisma migrate dev --name init --schema ./prisma/postgresql-schema.prisma ```