From 9ac13787aa98c574223e7172d9be4825d18dcec5 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sun, 15 Jun 2025 13:55:13 +0800 Subject: [PATCH] "update FAQ with prisma schema file path clarification" --- 98_AI_workspace/software-engineer/010_FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index e17538c..b2b7026 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -1,7 +1,7 @@ # FAQ Q: where is the DB schema file ? -A: prisma DB schema file located in `prisma/schema.prisma` +A: prisma DB schema file located in `/03_source/cms_backend/prisma/schema.prisma` Q: when file not found, do i need to search it in `_ignore_this_directory` ? A: No, you just stop there and voice out.