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

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;