lemmy/migrations/2021-04-20-155001_limit-admins-create-community/up.sql
Nutomic db1abff857
Add option to limit community creation to admins only (fixes #1586) (#1587)
* Add option to limit community creation to admins only (fixes #1586)

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

2 lines
87 B
SQL

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