]> Untitled Git - lemmy.git/blob - migrations/2022-06-12-012121_add_site_hide_modlog_names/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2022-06-12-012121_add_site_hide_modlog_names / down.sql
1 ALTER TABLE site
2     DROP COLUMN hide_modlog_mod_names;
3