Fix IPv6...

This commit is contained in:
Savetheinternet 2011-03-21 19:37:52 +11:00
parent e4a7b6133d
commit b79d63fba5

View File

@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
`filename` varchar(30) DEFAULT NULL,
`filehash` varchar(40) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`ip` varchar(15) NOT NULL,
`ip` varchar(45) NOT NULL,
`sticky` int(1) NOT NULL,
`locked` int(1) NOT NULL,
UNIQUE KEY `id` (`id`)