Restore project workspace state

This commit is contained in:
2026-07-22 19:57:26 +02:00
parent 0753b290ad
commit fdf47da40a
17 changed files with 1004 additions and 142 deletions

View File

@@ -206,7 +206,9 @@ entity PostMediaLink {
entity Setting {
key: String -- Primary key
-- Per-project UI sessions use project:{id}:ui_state.
value: String -- Serialized value
-- UI session values are version-tolerant JSON.
updated_at: Timestamp
}