]> Untitled Git - lemmy.git/blob - migrations/2022-04-26-105145_only_mod_can_post/down.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2022-04-26-105145_only_mod_can_post / down.sql
1 ALTER TABLE community
2     DROP COLUMN posting_restricted_to_mods;
3