SurfSense/surfsense_backend/app/notifications
CREDO23 c6d4e5df7c refactor(db): rename searchspaces table to workspaces
Phase 1 (rename DB) commit 1i: rename the SearchSpace table to workspaces
and flip all 24 inbound FK target strings (20 in db.py + the 4 satellite
models), plus the raw-SQL searchspaces references in the obsidian and
google-unification integration fixtures.

This completes the ORM half of Phase 1. The SearchSpace class name,
relationship/back_populates attribute names, and the /searchspaces API
route URLs are intentionally left for Phase 2.

Verified: unit 2375 passed/1 skip, integration 346 passed (baseline
parity); create_all builds every table with the workspaces name and all
FKs resolving to workspaces.id.
2026-06-26 13:27:16 +02:00
..
api feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
persistence refactor(db): rename searchspaces table to workspaces 2026-06-26 13:27:16 +02:00
service use started_title in document processing handler 2026-06-17 15:06:05 +02:00
__init__.py chore: linting 2026-06-09 00:42:26 -07:00
constants.py add notification TITLE_MAX_LENGTH constant 2026-06-17 15:06:05 +02:00
types.py feat(refactor): refactor payment system to implement unified credit wallet. 2026-06-10 16:49:03 -07:00