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