diff --git a/findbugs-excludes.xml b/findbugs-excludes.xml
index 3d6358a7..5a42f5e0 100644
--- a/findbugs-excludes.xml
+++ b/findbugs-excludes.xml
@@ -13,11 +13,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/main/resources/data-demo.sql b/src/main/resources/data-demo.sql
index d33baa1c..f9ef37d7 100644
--- a/src/main/resources/data-demo.sql
+++ b/src/main/resources/data-demo.sql
@@ -1,12 +1,5 @@
INSERT IGNORE INTO institution VALUES
- (1, 'ETH Zürich', 'ethz', null, null, 1),
- (2, 'Institution 2', 'inst2', null, null, 1),
- (3, 'Institution 3', 'inst3', null, null, 0),
- (4, 'Institution 4', 'inst4', null, null, 0),
- (5, 'Institution 5', 'inst5', null, null, 0),
- (6, 'Institution 6', 'inst6', null, null, 0),
- (7, 'Institution 7', 'inst7', null, null, 0),
- (8, 'Institution 8', 'inst8', null, null, 0)
+ (1, 'ETH Zürich', 'ethz', null, null, 1)
;
INSERT IGNORE INTO user VALUES