lemmy/migrations/2022-04-12-185205_change_default_listing_type_to_local/up.sql

4 lines
119 B
SQL

-- 0 is All, 1 is Local, 2 is Subscribed
alter table only local_user alter column default_listing_type set default 1;