2
0

📝 Update db migration command instructions (#1410)

Since you proxy the prisma commands so they have the right env varaible
for DATABASE_URL & the location for schema.prisma file

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
Emmet_v15
2024-04-09 12:45:48 +01:00
committed by GitHub
parent 6e0388c501
commit b6a31c2944

View File

@ -43,7 +43,7 @@ cp .env.example .env
<Note>
The database user should have the `SUPERUSER` role. You can setup and migrate
the database with the `pnpm prisma generate && pnpm db:migrate` command.
the database with the `pnpm db:migrate` command.
</Note>
3. Install dependencies