mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
17cd077f34
* feat: add thinking support * feat: improve thinking block render in web and filter thinking content in channels * fix: migrate
9 lines
358 B
SQL
9 lines
358 B
SQL
-- 0014_reasoning (rollback)
|
|
-- Remove reasoning support flag from models and reasoning settings from bots.
|
|
|
|
ALTER TABLE bots DROP CONSTRAINT IF EXISTS bots_reasoning_effort_check;
|
|
ALTER TABLE bots DROP COLUMN IF EXISTS reasoning_effort;
|
|
ALTER TABLE bots DROP COLUMN IF EXISTS reasoning_enabled;
|
|
|
|
ALTER TABLE models DROP COLUMN IF EXISTS supports_reasoning;
|