📝 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:
@ -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
|
||||
|
Reference in New Issue
Block a user