mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-03-26 19:03:08 +00:00
3 lines
82 B
SQL
3 lines
82 B
SQL
UPDATE instance_settings
|
|
SET theme_id = 'breeze-dark'
|
|
WHERE theme_id = 'neutral';
|