a comma
This commit is contained in:
parent
552d8ae566
commit
e604d406bd
|
@ -10,7 +10,7 @@ CREATE TABLE communities (
|
||||||
label text NOT NULL,
|
label text NOT NULL,
|
||||||
description text NOT NULL DEFAULT '',
|
description text NOT NULL DEFAULT '',
|
||||||
status text NOT NULL DEFAULT 'hidden', -- all, manager, hidden, members
|
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
|
type text NOT NULL, -- community, ri
|
||||||
claim text, -- managers-only, members-only, all
|
claim text, -- managers-only, members-only, all
|
||||||
subjects text[],
|
subjects text[],
|
||||||
|
|
Loading…
Reference in New Issue