mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Nutomic
db1abff857
* Add option to limit community creation to admins only (fixes #1586) * address review
1 line
87 B
SQL
1 line
87 B
SQL
ALTER TABLE site ADD COLUMN community_creation_admin_only bool NOT NULL DEFAULT false;
|