From bba89c952ed5dd2d3c02cb660019011f6e30fdfa Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 6 Jun 2019 09:30:20 +0200 Subject: [PATCH] prepare for demo --- findbugs-excludes.xml | 4 ++-- src/main/resources/data-demo.sql | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) 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