]> Untitled Git - lemmy.git/blob - migrations/2022-04-12-185205_change_default_listing_type_to_local/down.sql
Adding a site option to email admins for new reports. (#2730)
[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;