mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
172 B
SQL
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;
|