SurfSense/surfsense_backend/app/file_storage/persistence
CREDO23 d948b769ba refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B)
Flip search_space_id -> workspace_id and the workspace relationship/back_populates
in the automations, file_storage, notifications, and podcasts persistence models,
and drop the Phase 1 Column("workspace_id", ...) shim. Full SQLAlchemy mapper
configuration now passes (db.py + satellites consistent).
2026-06-26 18:20:28 +02:00
..
__init__.py feat(file-storage): add document_files model and enum 2026-06-02 16:10:43 +02:00
enums.py feat(file-storage): add document_files model and enum 2026-06-02 16:10:43 +02:00
models.py refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B) 2026-06-26 18:20:28 +02:00