Files
leocrm/app/plugins/builtins/agent_memory/migrations/0002_metadata.sql
T

4 lines
143 B
SQL
Raw Normal View History

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