Added a file hash in the database. Will be implemented later.

This commit is contained in:
Savetheinternet 2010-11-03 20:16:08 +11:00
parent 8849f5a2db
commit 44f3e91602
5 changed files with 9 additions and 2 deletions

View file

@ -43,6 +43,7 @@ CREATE TABLE IF NOT EXISTS `posts` (
`fileheight` int(11) DEFAULT NULL,
`filesize` int(11) DEFAULT NULL,
`filename` varchar(30) DEFAULT NULL,
`filehash` varchar(32) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`ip` varchar(15) NOT NULL,
UNIQUE KEY `id` (`id`)