Files
DS4Server/migrations/20260725150000_add_sidebar_state/up.sql
Georg Bauer 7f35d7f58d Move window controls into the title bar
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 23:35:57 +02:00

3 lines
132 B
SQL

ALTER TABLE preferences ADD COLUMN sidebar_collapsed BOOLEAN NOT NULL DEFAULT FALSE
CHECK (sidebar_collapsed IN (FALSE, TRUE));