diff --git a/gemeinsamforschen/src/scripts/dbschema/researchReport.sql b/gemeinsamforschen/src/scripts/dbschema/researchReport.sql
index 1abeb2b5c980beac93c53f645187ab23bda2ea2c..29d7e18213e801159003fc9e9b8f9b593e4690a4 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