Werwolf.php - removed default for text and longtext

Werwolf.php - removed default for text and longtext, error in sql
This commit is contained in:
foin137
2020-03-27 23:03:40 +01:00
parent 40e4507b41
commit 3e607546b6

View File

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