mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
4 lines
149 B
SQL
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;
|