forked from leftypol/leftypol
made filehash
TEXT instead of a varchar (fixed maximum length)
This commit is contained in:
parent
d32f2c43e8
commit
66d06015e3
2 changed files with 3 additions and 3 deletions
|
@ -199,7 +199,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
|
|||
`fileheight` int(11) DEFAULT NULL,
|
||||
`filesize` int(11) DEFAULT NULL,
|
||||
`filename` varchar(30) DEFAULT NULL,
|
||||
`filehash` varchar(40) DEFAULT NULL,
|
||||
`filehash` text DEFAULT NULL,
|
||||
`password` varchar(20) DEFAULT NULL,
|
||||
`ip` varchar(45) NOT NULL,
|
||||
`sticky` int(1) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue