From 6d7f7108e5784520203419bdbe4cbeaf5f16b233 Mon Sep 17 00:00:00 2001 From: sateshcharan <136051793+sateshcharan@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:25:30 +0530 Subject: [PATCH] fix schema.prisma path (#17018) --- docs/developing/local-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing/local-development.mdx b/docs/developing/local-development.mdx index 6b9fc08eb6..72552ed466 100644 --- a/docs/developing/local-development.mdx +++ b/docs/developing/local-development.mdx @@ -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