]> Untitled Git - lemmy.git/blob - migrations/2022-04-26-105145_only_mod_can_post/up.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2022-04-26-105145_only_mod_can_post / up.sql
1 ALTER TABLE community
2     ADD COLUMN posting_restricted_to_mods boolean DEFAULT FALSE;
3