mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
ddb6268164
- Fixes #2551
3 lines
137 B
SQL
3 lines
137 B
SQL
-- Adding a field to email admins for new reports
|
|
alter table local_site add column reports_email_admins boolean not null default false;
|