fix: User 模型补充 KnowledgeBaseSubscription 反向关联
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:
wangdl 2026-05-29 19:25:53 +08:00
parent b9f8334245
commit d208fd7876

View File

@ -28,6 +28,7 @@ model User {
preferences UserPreference?
consents UserConsent[]
knowledgeBases KnowledgeBase[]
subscriptions KnowledgeBaseSubscription[]
knowledgeItems KnowledgeItem[]
knowledgeItemRelations KnowledgeItemRelation[]
tags Tag[]