mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +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; |