diff --git a/apps/dnet-exporter-api/src/main/resources/sql/community-schema.sql b/apps/dnet-exporter-api/src/main/resources/sql/community-schema.sql index f6e06032..8ae012c3 100644 --- a/apps/dnet-exporter-api/src/main/resources/sql/community-schema.sql +++ b/apps/dnet-exporter-api/src/main/resources/sql/community-schema.sql @@ -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[],