Weiter am Chastity Ingame gearbeitet
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled

This commit is contained in:
2026-04-27 17:41:00 +02:00
parent 0aa794600e
commit 34e5fcd777
53 changed files with 905 additions and 847 deletions

View File

@@ -0,0 +1,5 @@
-- game_active wurde ohne DEFAULT angelegt; bestehende Zeilen haben NULL
-- auf false setzen und NOT NULL + DEFAULT ergänzen.
UPDATE active_lock SET game_active = 0 WHERE game_active IS NULL;
ALTER TABLE active_lock
MODIFY COLUMN game_active TINYINT(1) NOT NULL DEFAULT 0;