2
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy synced 2025-02-18 15:09:00 +00:00
lemmy/migrations/2023-02-13-172528_add_report_email_admins/up.sql
2023-02-15 00:57:08 +09:00

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;