fix: User 补充 Quiz 反向关联
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 20s
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:
parent
a1a4b26444
commit
b90387dd51
@ -29,6 +29,7 @@ model User {
|
|||||||
consents UserConsent[]
|
consents UserConsent[]
|
||||||
knowledgeBases KnowledgeBase[]
|
knowledgeBases KnowledgeBase[]
|
||||||
subscriptions KnowledgeBaseSubscription[]
|
subscriptions KnowledgeBaseSubscription[]
|
||||||
|
quizzes Quiz[]
|
||||||
knowledgeItems KnowledgeItem[]
|
knowledgeItems KnowledgeItem[]
|
||||||
knowledgeItemRelations KnowledgeItemRelation[]
|
knowledgeItemRelations KnowledgeItemRelation[]
|
||||||
tags Tag[]
|
tags Tag[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user