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 @@
-- task_in_queue und lock_in_queue können serialisierte JSON-Objekte speichern,
-- die länger als 255 Zeichen sind auf TEXT erweitern.
ALTER TABLE lock_game
MODIFY COLUMN task_in_queue TEXT NULL,
MODIFY COLUMN lock_in_queue TEXT NULL;