]> Untitled Git - lemmy.git/blob - migrations/2021-04-20-155001_limit-admins-create-community/up.sql
Update community statistics after post or comment is deleted by user (#2193)
[lemmy.git] / migrations / 2021-04-20-155001_limit-admins-create-community / up.sql
1 ALTER TABLE site ADD COLUMN community_creation_admin_only bool NOT NULL DEFAULT false;