Files
Memoh/db/migrations/0012_subagent_usage.up.sql
T
2026-02-22 16:35:50 +08:00

6 lines
196 B
SQL

-- 0012_subagent_usage
-- Add usage JSONB column to subagents table for tracking cumulative token usage.
ALTER TABLE subagents ADD COLUMN IF NOT EXISTS usage JSONB NOT NULL DEFAULT '{}'::jsonb;