mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-23 12:09:00 -06:00
readme
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user