mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
Verified changes: - add backend/migrations_demo/20260215193500_demo_default_theme.sql Diffstat: - 1 file changed, 3 insertions(+)
3 lines
82 B
SQL
3 lines
82 B
SQL
UPDATE instance_settings
|
|
SET theme_id = 'breeze-dark'
|
|
WHERE theme_id = 'neutral';
|