From 7ac7a6017bd1ad1abb461eac50f80bac2cd01a76 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:17: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 29d7e182..1abeb2b5 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; \ No newline at end of file +)ENGINE=InnoDB DEFAULT CHARSET=utf8; -- GitLab