This commit is contained in:
Michele Artini 2023-06-14 11:20:28 +02:00
parent 552d8ae566
commit e604d406bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CREATE TABLE communities (
label text NOT NULL,
description text NOT NULL DEFAULT '',
status text NOT NULL DEFAULT 'hidden', -- all, manager, hidden, members
membership text NOT NULL DEFAULT 'by-invitation', -- open by-invitation
membership text NOT NULL DEFAULT 'by-invitation', -- open, by-invitation
type text NOT NULL, -- community, ri
claim text, -- managers-only, members-only, all
subjects text[],