diff --git a/docs/docs/Installation/FreeBSD.md b/docs/docs/Installation/FreeBSD.md index 13bb6e8a..15294b3c 100644 --- a/docs/docs/Installation/FreeBSD.md +++ b/docs/docs/Installation/FreeBSD.md @@ -88,7 +88,7 @@ setenv PRISMA_QUERY_ENGINE_LIBRARY /root/prisma-engines/target/release/libquery_ 6. Populate the PostgreSQL database with the necessary tables: ```bash - npx prisma migrate deploy + npx prisma generate && npx prisma migrate deploy npx prisma db seed ```