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