Increased subject length

This commit is contained in:
Savetheinternet 2010-11-03 22:58:33 +11:00
parent 6bbc27767e
commit 16b6548b4a
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
CREATE TABLE IF NOT EXISTS `posts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`thread` int(11) DEFAULT NULL,
`subject` varchar(25) NOT NULL,
`subject` varchar(40) NOT NULL,
`email` varchar(30) NOT NULL,
`name` varchar(25) NOT NULL,
`trip` varchar(15) DEFAULT NULL,