revert Add spielstand table for game saves
This commit is contained in:
DylanBarnes 2026-07-15 16:40:19 +02:00
parent c3d2e05058
commit d0c8f18edd

View file

@ -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),