Skip to content

Commit

Permalink
fix dummy h2 data for wahlvorstand
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Jul 2, 2024
1 parent c03b5b2 commit ae46b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSERT INTO wahlvorstand (id, wahlbezirkID)
VALUES ('00000000-0000-0000-0001-000000000001', '00000000-0000-0000-0000-000000000001');
INSERT INTO wahlvorstandsmitglied (id, vorname, nachname, funktion, anwesend, wahlvorstandID, anwesenheitUpdatedOn) (id, vorname, nachname, funktion, anwesend, wahlvorstandID, anwesenheitUpdatedOn)
INSERT INTO wahlvorstandsmitglied (id, vorname, nachname, funktion, anwesend, wahlvorstandID, anwesenheitUpdatedOn)
VALUES ('00000000-0000-0000-0001-000000000001', 'Homer', 'Simpson', 'W', false, '00000000-0000-0000-0001-000000000001',
null);
INSERT INTO wahlvorstandsmitglied (id, vorname, nachname, funktion, anwesend, wahlvorstandID, anwesenheitUpdatedOn)
Expand Down

0 comments on commit ae46b8e

Please sign in to comment.