fix: User 补充 Quiz 反向关联
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 20s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-05-29 20:04:43 +08:00
parent a1a4b26444
commit b90387dd51

View File

@ -29,6 +29,7 @@ model User {
consents UserConsent[]
knowledgeBases KnowledgeBase[]
subscriptions KnowledgeBaseSubscription[]
quizzes Quiz[]
knowledgeItems KnowledgeItem[]
knowledgeItemRelations KnowledgeItemRelation[]
tags Tag[]