lemmy/migrations/2022-08-04-150644_add_application_email_admins/up.sql

3 lines
140 B
MySQL
Raw Normal View History

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