]> Untitled Git - lemmy.git/blob - migrations/2022-04-12-185205_change_default_listing_type_to_local/down.sql
Add support for Featured Posts (#2585)
[lemmy.git] / migrations / 2022-04-12-185205_change_default_listing_type_to_local / down.sql
1 -- 0 is All, 1 is Local, 2 is Subscribed
2
3 alter table only local_user alter column default_listing_type set default 2;