mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-24 23:17:43 +00:00
backend: add 1 file
Verified changes: - add backend/migrations_demo/20260215193500_demo_default_theme.sql Diffstat: - 1 file changed, 3 insertions(+)
This commit is contained in:
parent
f9e13e00d6
commit
ee8e0bc283
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
UPDATE instance_settings
|
||||
SET theme_id = 'breeze-dark'
|
||||
WHERE theme_id = 'neutral';
|
||||
Loading…
Reference in a new issue