mirror of https://github.com/LemmyNet/lemmy.git
Merge pull request #2213 from LemmyNet/change_default_listing_type
Changing default listing type to Local from Subscribed.split-api-files
commit
ce4682caa0
|
@ -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 New Issue