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/2022-08-04-150644_add_appli.../up.sql

5 lines
145 B
SQL

-- Adding a field to email admins for new applications
ALTER TABLE site
ADD COLUMN application_email_admins boolean NOT NULL DEFAULT FALSE;