]> Untitled Git - lemmy.git/blob - migrations/2022-04-26-105145_only_mod_can_post/up.sql
remove performance-problematic and buggy duplicate site aggregates (#3732)
[lemmy.git] / migrations / 2022-04-26-105145_only_mod_can_post / up.sql
1 alter table community add column posting_restricted_to_mods boolean default false;