fix: add reverse relations for ReadingEvent/MaterialReadingProgress/TemporaryReadingMaterial on User model
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
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:
parent
38a8629e42
commit
1f678409b5
@ -53,6 +53,9 @@ model User {
|
||||
knowledgeSources KnowledgeSource[]
|
||||
knowledgeChunks KnowledgeChunk[]
|
||||
importCandidates ImportCandidate[]
|
||||
readingEvents ReadingEvent[]
|
||||
materialReadingProgresses MaterialReadingProgress[]
|
||||
temporaryReadingMaterials TemporaryReadingMaterial[]
|
||||
|
||||
@@index([email])
|
||||
@@index([status])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user