mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-03-27 03:03:09 +00:00
4 lines
82 B
MySQL
4 lines
82 B
MySQL
|
|
UPDATE instance_settings
|
||
|
|
SET theme_id = 'breeze-dark'
|
||
|
|
WHERE theme_id = 'neutral';
|