]> Untitled Git - lemmy.git/blob - migrations/2023-02-13-172528_add_report_email_admins/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2023-02-13-172528_add_report_email_admins / down.sql
1 ALTER TABLE local_site
2     DROP COLUMN reports_email_admins;
3