user_sessions

This commit is contained in:
2025-11-01 22:45:46 +01:00
parent 1c5b920e13
commit 8efe2d19ba
10 changed files with 147 additions and 94 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ objects under a single logical asset.
- `document_tags` and `document_correspondents` provide many-to-many
relationships for categorisation.
- `jobs` records background work (OCR, thumbnails, indexing) keyed by tenant.
- `webdav_tokens`, `refresh_tokens`, and `user_passkeys` live alongside but do
- `api_tokens`, `user_sessions`, and `user_passkeys` live alongside but do
not alter the document schema directly.
## Lifecycle summary