mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 15:39:11 +00:00
Changing default listing type to Local from Subscribed.
This commit is contained in:
parent
e0381df88a
commit
0372029e8d
|
@ -0,0 +1,3 @@
|
||||||
|
-- 0 is All, 1 is Local, 2 is Subscribed
|
||||||
|
|
||||||
|
alter table only local_user alter column default_listing_type set default 2;
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- 0 is All, 1 is Local, 2 is Subscribed
|
||||||
|
|
||||||
|
alter table only local_user alter column default_listing_type set default 1;
|
Loading…
Reference in a new issue