mirror of https://github.com/LemmyNet/lemmy.git
3 lines
140 B
MySQL
3 lines
140 B
MySQL
|
-- Adding a field to email admins for new applications
|
||
|
alter table site add column application_email_admins boolean not null default false;
|