mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-05-10 21:17:20 +00:00
2 lines
104 B
SQL
2 lines
104 B
SQL
ALTER TABLE instance_settings
|
|
ADD COLUMN IF NOT EXISTS theme_id VARCHAR(50) NOT NULL DEFAULT 'neutral';
|