Files
Memoh/db/migrations/0009_message_usage.up.sql
T
2026-02-18 17:20:22 +08:00

5 lines
172 B
SQL

-- 0009_message_usage
-- Add usage JSONB column to bot_history_messages for storing LLM token usage
ALTER TABLE bot_history_messages ADD COLUMN IF NOT EXISTS usage JSONB;