Merge branches 'master' and 'master' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot
This commit is contained in:
commit
a73b4d47a4
|
@ -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(),
|
||||||
|
|
Loading…
Reference in New Issue