You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-02-13-172528_add_repor.../up.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;