Merge branch 'master' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot

This commit is contained in:
annampak 2017-10-03 18:36:42 +03:00
commit 14335cce29
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ COMMENT ON COLUMN "DMPResearcher"."Role" IS 'Enumerator of roles';
CREATE TABLE "Dataset" (
"ID" uuid DEFAULT uuid_generate_v4() NOT NULL,
"Label" character varying(250) NOT NULL,
"DMP" uuid NOT NULL,
"DMP" uuid,
"Uri" character varying(250),
"Properties" xml,
"Profile" uuid