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

This commit is contained in:
Nikolaos Laskaris 2017-11-16 14:37:31 +02:00
commit a73b4d47a4
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ CREATE TABLE "Project" (
"Abbreviation" character varying(50), "Abbreviation" character varying(50),
"Reference" xml, "Reference" xml,
"Uri" character varying(250), "Uri" character varying(250),
"CreationUser" uuid not null,
"Status" smallint not null default 0, "Status" smallint not null default 0,
"Created" timestamp not null default NOW(), "Created" timestamp not null default NOW(),
"Modified" timestamp not null default NOW(), "Modified" timestamp not null default NOW(),