mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-20 14:08:03 +00:00
Correct name for instance default theme
This commit is contained in:
parent
6fe1e26bff
commit
c96d4547dd
2 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
UPDATE
|
||||||
|
local_user
|
||||||
|
SET
|
||||||
|
theme = 'browser'
|
||||||
|
WHERE
|
||||||
|
theme = 'instance';
|
||||||
|
|
||||||
|
UPDATE
|
||||||
|
local_user
|
||||||
|
SET
|
||||||
|
theme = 'browser-compact'
|
||||||
|
WHERE
|
||||||
|
theme = 'instance-compact';
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
UPDATE
|
||||||
|
local_user
|
||||||
|
SET
|
||||||
|
theme = 'instance'
|
||||||
|
WHERE
|
||||||
|
theme = 'browser';
|
||||||
|
|
||||||
|
UPDATE
|
||||||
|
local_user
|
||||||
|
SET
|
||||||
|
theme = 'instance-compact'
|
||||||
|
WHERE
|
||||||
|
theme = 'browser-compact';
|
||||||
|
|
Loading…
Reference in a new issue