Files
DS4Server/migrations/20260724180000_add_generation_preferences/down.sql
2026-07-24 15:26:15 +02:00

9 lines
390 B
SQL

ALTER TABLE preferences DROP COLUMN reasoning_mode;
ALTER TABLE preferences DROP COLUMN seed;
ALTER TABLE preferences DROP COLUMN min_p;
ALTER TABLE preferences DROP COLUMN top_p;
ALTER TABLE preferences DROP COLUMN temperature;
ALTER TABLE preferences DROP COLUMN system_prompt;
ALTER TABLE preferences DROP COLUMN max_generated_tokens;
ALTER TABLE preferences DROP COLUMN context_tokens;