]> Untitled Git - lemmy.git/blob - migrations/2023-02-13-172528_add_report_email_admins/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2023-02-13-172528_add_report_email_admins / up.sql
1 -- Adding a field to email admins for new reports
2 ALTER TABLE local_site
3     ADD COLUMN reports_email_admins boolean NOT NULL DEFAULT FALSE;
4