Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/server/src/db/migrations/0044_agent-surfaces-v2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Surface schema v2: slotted documents. The header (status + progress strip)
-- and footer (document-level actions) live beside the block list. Existing
-- rows keep schema_version 1 and render as a legacy notice in the sidebar;
-- new writes stamp schema_version 2.
ALTER TABLE agent_surfaces ADD COLUMN IF NOT EXISTS header JSONB;
ALTER TABLE agent_surfaces ADD COLUMN IF NOT EXISTS footer JSONB;
Loading
Loading