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