From e604d406bd394e1f95acf6393a698e84bdef7401 Mon Sep 17 00:00:00 2001 From: Michele Artini Date: Wed, 14 Jun 2023 11:20:28 +0200 Subject: [PATCH] a comma --- .../src/main/resources/sql/community-schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[],