Files
DS4Server/migrations/20260724200000_add_execution_preferences/down.sql
2026-07-24 15:37:13 +02:00

6 lines
246 B
SQL

ALTER TABLE preferences DROP COLUMN warm_weights;
ALTER TABLE preferences DROP COLUMN quality;
ALTER TABLE preferences DROP COLUMN prefill_chunk;
ALTER TABLE preferences DROP COLUMN power_percent;
ALTER TABLE preferences DROP COLUMN cpu_threads;