mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2026-08-17 12:46:37 +00:00
Werwolf.php - removed default for text and longtext
Werwolf.php - removed default for text and longtext, error in sql
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user