1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-21 20:43:47 +01:00

offset value null notice and SQL fix

This commit is contained in:
2020-10-16 21:50:58 +02:00
parent 90e109beb4
commit a8966d63de
2 changed files with 7 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ CREATE TABLE `SERVERS` (
`Description` varchar(255) NOT NULL,
`IP` varchar(18) NOT NULL,
`SO` varchar(20) NOT NULL,
`Version` varchar(70) NOT NULL,
`Version` varchar(70) NULL,
`Group` int(11) DEFAULT NULL,
`User` varchar(40) DEFAULT NULL,
`Password` varchar(64) DEFAULT NULL,