1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-12 06:25:13 +00:00
lemmy/migrations/2021-04-20-155001_limit-admins-create-community/up.sql
Nutomic db1abff857
Add option to limit community creation to admins only (fixes ) ()
* Add option to limit community creation to admins only (fixes )

* address review
2021-04-22 19:42:58 -04:00

1 line
87 B
SQL

ALTER TABLE site ADD COLUMN community_creation_admin_only bool NOT NULL DEFAULT false;