phase5: workspace backend — models, service, routes, migration 0072

This commit is contained in:
Agent Zero
2026-07-29 18:32:35 +02:00
parent 5e29b50bcc
commit 2423053477
6 changed files with 956 additions and 0 deletions
+1
View File
@@ -85,3 +85,4 @@ __all__ = [
"SavedView",
]
from app.models.entity_attachment import EntityAttachment # noqa: F401
from app.models.workspace import Workspace, WorkspaceModule, WorkspaceUser, WorkspaceWidget # noqa: F401