4 lines
143 B
SQL
4 lines
143 B
SQL
|
|
-- Agent Memory: add metadata JSONB column for structured memory metadata
|
||
|
|
|
||
|
|
ALTER TABLE agent_memories ADD COLUMN IF NOT EXISTS metadata JSONB;
|