lemmy/migrations/2022-04-26-105145_only_mod_can_post/up.sql
Nutomic 7058cfa1cf
Implement restricted community (only mods can post) (fixes #187) (#2235)
* Implement restricted community (only mods can post) (fixes #187)

* review fixes

* fix tests
2022-04-28 20:32:32 +00:00

1 line
82 B
SQL

alter table community add column posting_restricted_to_mods boolean default false;