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

5 lines
139 B
SQL

-- 0008_max_context_tokens
-- Remove max_context_tokens column from bots table
ALTER TABLE bots DROP COLUMN IF EXISTS max_context_tokens;