1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 15:09:19 +00:00
lemmy/migrations/2022-08-04-150644_add_application_email_admins/up.sql
Dessalines ae95f5928e
Adding email admins for new applications. Fixes #2271 (#2390)
* Adding email admins for new applications. Fixes #2271

* Fix error.

Co-authored-by: Nutomic <me@nutomic.com>
2022-09-27 12:48:44 -04:00

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;