prepare for demo
This commit is contained in:
parent
920a497ef0
commit
bba89c952e
2 changed files with 3 additions and 10 deletions
|
@ -13,11 +13,11 @@
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="ch.ethz.seb.sebserver.gbl.api.ExamAPIDiscovery" />
|
<Class name="ch.ethz.seb.sebserver.gbl.api.ExamAPIDiscovery" />
|
||||||
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
<Bug pattern="UrF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="ch.ethz.seb.sebserver.gui.widget.*" />
|
<Class name="ch.ethz.seb.sebserver.gui.widget.*" />
|
||||||
<Bug pattern="SE_BAD_FIELD" />
|
<Bug pattern="Se" />
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
</FindBugsFilter>
|
</FindBugsFilter>
|
|
@ -1,12 +1,5 @@
|
||||||
INSERT IGNORE INTO institution VALUES
|
INSERT IGNORE INTO institution VALUES
|
||||||
(1, 'ETH Zürich', 'ethz', null, null, 1),
|
(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)
|
|
||||||
;
|
;
|
||||||
|
|
||||||
INSERT IGNORE INTO user VALUES
|
INSERT IGNORE INTO user VALUES
|
||||||
|
|
Loading…
Reference in a new issue