From 3e607546b691e19290f7d642fc461a25d337675e Mon Sep 17 00:00:00 2001 From: foin137 Date: Fri, 27 Mar 2020 23:03:40 +0100 Subject: [PATCH] Werwolf.php - removed default for text and longtext Werwolf.php - removed default for text and longtext, error in sql --- Werwolf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Werwolf.php b/Werwolf.php index 762a287..c854c49 100644 --- a/Werwolf.php +++ b/Werwolf.php @@ -1450,7 +1450,7 @@ p#liste { `dieseNachtGestorben` INT (2) DEFAULT 0 , `countdownBis` INT (10) DEFAULT 0 , `countdownAb` INT (10) DEFAULT 0 , - `playerlog` LONGTEXT DEFAULT '' , + `playerlog` LONGTEXT , `bereit` INT (2) NULL , `reload` INT (2) NULL , `verifizierungsnr` INT ( 5 ) DEFAULT 0 @@ -1491,9 +1491,9 @@ p#liste { `dorfzusatz` INT ( 10 ) DEFAULT 10 , `dorfstichwahltimer` INT ( 10 ) DEFAULT 200 , `dorfstichwahlzusatz` INT ( 10 ) DEFAULT 5 , - `tagestext` TEXT DEFAULT NULL , + `tagestext` TEXT , `nacht` INT ( 5 ) DEFAULT 1 , - `log` LONGTEXT DEFAULT '' , + `log` LONGTEXT , `list_lebe` LONGTEXT, `list_lebe_aktualisiert` BIGINT DEFAULT 0, `list_tot` LONGTEXT,