mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-03-27 03:03:09 +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';
|