]> Untitled Git - lemmy.git/blob - migrations/2022-04-26-105145_only_mod_can_post/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[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