]> Untitled Git - lemmy.git/blob - migrations/2023-02-13-172528_add_report_email_admins/up.sql
Adding a site option to email admins for new reports. (#2730)
[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 add column reports_email_admins boolean not null default false;