From 2906024123070e91537fd82d56e99ae58ab55f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Zei=C3=9Fe?= <johannes.zeisse@uni-potsdam.de> Date: Wed, 12 Sep 2018 11:18:43 +0200 Subject: [PATCH] Updated --- gemeinsamforschen/src/scripts/dbschema/researchReport.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemeinsamforschen/src/scripts/dbschema/researchReport.sql b/gemeinsamforschen/src/scripts/dbschema/researchReport.sql index 1abeb2b5..29d7e182 100644 --- a/gemeinsamforschen/src/scripts/dbschema/researchReport.sql +++ b/gemeinsamforschen/src/scripts/dbschema/researchReport.sql @@ -13,4 +13,4 @@ CREATE TABLE if not exists researchReport ( CREATE TABLE if not exists biblography ( `id` varchar(400) NOT NULL, `source` varchar(400) NOT NULL, -)ENGINE=InnoDB DEFAULT CHARSET=utf8; +)ENGINE=InnoDB DEFAULT CHARSET=utf8; \ No newline at end of file -- GitLab