parent
c3d2e05058
commit
d0c8f18edd
1 changed files with 0 additions and 5 deletions
|
|
@ -22,11 +22,6 @@ CREATE TABLE IF NOT EXISTS ausgaenge (
|
|||
nach_raum INTEGER
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS spielstand (
|
||||
spieler TEXT PRIMARY KEY,
|
||||
raum_id INTEGER
|
||||
);
|
||||
|
||||
INSERT INTO raeume (id, name, beschreibung, raetsel_frage, raetsel_antwort) VALUES
|
||||
(1, 'Schlafkapsel', 'Du erwachst aus dem Kryoschlaf. Die Notbeleuchtung flackert und das Schiff wirkt verlassen.', NULL, NULL),
|
||||
(2, 'Brücke', 'Die Steuerzentrale ist dunkel. Mehrere Monitore zeigen Fehlermeldungen.', NULL, NULL),
|
||||
|
|
|
|||
Loading…
Reference in a new issue