Files
yaak-mountain-loop/crates/yaak-models/migrations/20251202080000_use-native-titlebar.sql
2026-01-08 20:44:25 -08:00

4 lines
149 B
SQL

-- Add a setting to force native window title bar / controls
ALTER TABLE settings
ADD COLUMN use_native_titlebar BOOLEAN DEFAULT FALSE NOT NULL;