lemmy/migrations/2022-04-26-105145_only_mod_can_post/down.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
61 B
SQL

alter table community drop column posting_restricted_to_mods;