fix: add reverse relations for ReadingEvent/MaterialReadingProgress/TemporaryReadingMaterial on User model
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-06-08 21:10:49 +08:00
parent 38a8629e42
commit 1f678409b5

View File

@ -53,6 +53,9 @@ model User {
knowledgeSources KnowledgeSource[]
knowledgeChunks KnowledgeChunk[]
importCandidates ImportCandidate[]
readingEvents ReadingEvent[]
materialReadingProgresses MaterialReadingProgress[]
temporaryReadingMaterials TemporaryReadingMaterial[]
@@index([email])
@@index([status])