Files

4 lines
143 B
SQL
Raw Permalink Normal View History

-- Agent Memory: add metadata JSONB column for structured memory metadata
ALTER TABLE agent_memories ADD COLUMN IF NOT EXISTS metadata JSONB;