Merge pull request #2213 from LemmyNet/change_default_listing_type

Changing default listing type to Local from Subscribed.
This commit is contained in:
Nutomic 2022-04-13 17:48:47 +00:00 committed by GitHub
commit ce4682caa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -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;