mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
0cdf822603
* feat: token usage state * fix: typo
9 lines
250 B
SQL
9 lines
250 B
SQL
-- 0020_add_model_id_tracking (rollback)
|
|
-- Remove model_id column from bot_history_messages and bot_heartbeat_logs
|
|
|
|
ALTER TABLE bot_heartbeat_logs
|
|
DROP COLUMN IF EXISTS model_id;
|
|
|
|
ALTER TABLE bot_history_messages
|
|
DROP COLUMN IF EXISTS model_id;
|