mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
7058cfa1cf
* Implement restricted community (only mods can post) (fixes #187) * review fixes * fix tests
1 line
82 B
SQL
1 line
82 B
SQL
alter table community add column posting_restricted_to_mods boolean default false; |