fix: User 模型补充 KnowledgeBaseSubscription 反向关联
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 44s
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 44s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
b9f8334245
commit
d208fd7876
@ -28,6 +28,7 @@ model User {
|
|||||||
preferences UserPreference?
|
preferences UserPreference?
|
||||||
consents UserConsent[]
|
consents UserConsent[]
|
||||||
knowledgeBases KnowledgeBase[]
|
knowledgeBases KnowledgeBase[]
|
||||||
|
subscriptions KnowledgeBaseSubscription[]
|
||||||
knowledgeItems KnowledgeItem[]
|
knowledgeItems KnowledgeItem[]
|
||||||
knowledgeItemRelations KnowledgeItemRelation[]
|
knowledgeItemRelations KnowledgeItemRelation[]
|
||||||
tags Tag[]
|
tags Tag[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user