diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma index 39eebf26..7ba95bf8 100644 --- a/backend/prisma/schema.prisma +++ b/backend/prisma/schema.prisma @@ -337,7 +337,7 @@ model ReviewTask { @@index([createdAt]) @@index([isArchived]) @@map("review_tasks") - @@schema("public") + @@schema("rvw_schema") } model AslScreeningProject { diff --git a/docs/03-业务模块/RVW-稿件审查系统/00-模块当前状态与开发指南.md b/docs/03-业务模块/RVW-稿件审查系统/00-模块当前状态与开发指南.md index c0157584..c6857c57 100644 --- a/docs/03-业务模块/RVW-稿件审查系统/00-模块当前状态与开发指南.md +++ b/docs/03-业务模块/RVW-稿件审查系统/00-模块当前状态与开发指南.md @@ -315,7 +315,7 @@ Content-Type: multipart/form-data | 问题 | 当前 | 目标 | 优先级 | |------|------|------|--------| -| Schema位置 | public | review_schema | P2 | +| Schema位置 | ✅ rvw_schema | - | ✅ 已完成 | | 任务处理 | ✅ pg-boss | - | ✅ 已完成 | | 报告导出 | ✅ Word (.docx) | PDF优化 | P3 |