Skip to content

Commit b6a31c2

Browse files
📝 Update db migration command instructions (baptisteArno#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 <[email protected]>
1 parent 6e0388c commit b6a31c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/self-hosting/deploy/manual.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cp .env.example .env
4343

4444
<Note>
4545
The database user should have the `SUPERUSER` role. You can setup and migrate
46-
the database with the `pnpm prisma generate && pnpm db:migrate` command.
46+
the database with the `pnpm db:migrate` command.
4747
</Note>
4848

4949
3. Install dependencies

0 commit comments

Comments
 (0)