fix schema.prisma path (#17018)

This commit is contained in:
sateshcharan
2024-10-09 08:55:30 +00:00
committed by GitHub
parent d9aab9088d
commit 6d7f7108e5
+1 -1
View File
@@ -89,7 +89,7 @@ yarn playwright show-report test-results/reports/playwright-html-report
```
to generate one).
3. Set up the database using the Prisma schema (found in `apps/web/prisma/schema.prisma`)
3. Set up the database using the Prisma schema (found in `packages/prisma/schema.prisma`)
```bash
yarn workspace @calcom/prisma db-deploy