new_model_for_communities #15
|
@ -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[],
|
||||
|
|
Loading…
Reference in New Issue