mirror of https://github.com/LemmyNet/lemmy.git
3 lines
137 B
MySQL
3 lines
137 B
MySQL
|
-- Adding a field to email admins for new reports
|
||
|
alter table local_site add column reports_email_admins boolean not null default false;
|