mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
ae95f5928e
* Adding email admins for new applications. Fixes #2271 * Fix error. Co-authored-by: Nutomic <me@nutomic.com>
2 lines
140 B
SQL
2 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;
|