From 3f93c38d50303b95112774c006a55dc08a7f326b Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Fri, 5 Jul 2019 14:10:17 +0300 Subject: [PATCH] SQL script to add new column "DOI" on DMP. --- dmp-db-scema/updates/01/DMPCreateDOI.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dmp-db-scema/updates/01/DMPCreateDOI.sql diff --git a/dmp-db-scema/updates/01/DMPCreateDOI.sql b/dmp-db-scema/updates/01/DMPCreateDOI.sql new file mode 100644 index 000000000..470304b4c --- /dev/null +++ b/dmp-db-scema/updates/01/DMPCreateDOI.sql @@ -0,0 +1,2 @@ +ALTER TABLE public."DMP" +ADD COLUMN "DOI" text \ No newline at end of file