mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
readme
This commit is contained in:
parent
da687041af
commit
2cb6bdb38b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user