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

3 lines
140 B
SQL

-- Adding a field to email admins for new applications
alter table site add column application_email_admins boolean not null default false;