mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-06 14:12:55 +00:00
2 lines
137 B
SQL
2 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;
|