]> Untitled Git - lemmy.git/blob - migrations/2023-02-13-172528_add_report_email_admins/up.sql
Fixing broken SQL migration formatting. (#3800)
[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