don't use CRC32

This commit is contained in:
Michael Save 2012-04-19 01:32:02 +10:00
parent f535bbe59e
commit 931c2d679e
3 changed files with 5 additions and 3 deletions

View file

@ -29,7 +29,7 @@ SET time_zone = "+00:00";
CREATE TABLE IF NOT EXISTS `antispam` (
`board` varchar(255) NOT NULL,
`thread` int(11) DEFAULT NULL,
`hash` bigint(20) NOT NULL,
`hash` char(40) NOT NULL,
`created` int(11) NOT NULL,
`expires` int(11) DEFAULT NULL,
`passed` smallint(6) NOT NULL,