Merge branch 'master' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot
This commit is contained in:
commit
14335cce29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue