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

5 lines
142 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;