feat(documents): rebuild project document workbench

This commit is contained in:
2026-07-24 12:16:02 +08:00
parent 366136cee9
commit 77beaebb30
73 changed files with 5867 additions and 1264 deletions

View File

@@ -36,8 +36,10 @@ func AutoMigrate(database *gorm.DB) error {
&SaInboxItem{},
&SaInboxSuggestion{},
&SaTask{},
&SaNote{},
&SaSource{},
&SaDocument{},
&SaDocumentContent{},
&SaDocumentBlob{},
&SaDocumentShare{},
&SaAIExpertCategory{},
&SaAIExpertItem{},
&SaAISession{},