mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
197 B
SQL
5 lines
197 B
SQL
-- 0008_max_context_tokens
|
|
-- Add max_context_tokens column to bots table for token-based context trimming
|
|
|
|
ALTER TABLE bots ADD COLUMN IF NOT EXISTS max_context_tokens INTEGER NOT NULL DEFAULT 0;
|