]> Untitled Git - lemmy.git/blob - migrations/2022-04-12-185205_change_default_listing_type_to_local/up.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2022-04-12-185205_change_default_listing_type_to_local / up.sql
1 -- 0 is All, 1 is Local, 2 is Subscribed
2 ALTER TABLE ONLY local_user
3     ALTER COLUMN default_listing_type SET DEFAULT 1;
4