Expanded database for larger capcodes. See commit comment for a query to update existing tables.

This commit is contained in:
Savetheinternet 2011-03-28 03:10:14 +11:00
parent c1a40e9de0
commit 87003407c1
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
`subject` varchar(40) NOT NULL,
`email` varchar(40) NOT NULL,
`name` varchar(40) NOT NULL,
`trip` varchar(45) DEFAULT NULL,
`trip` varchar(100) DEFAULT NULL,
`body` text NOT NULL,
`time` int(11) NOT NULL,
`bump` int(11) DEFAULT NULL,

View File

@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
`subject` varchar(40) NOT NULL,
`email` varchar(40) NOT NULL,
`name` varchar(40) NOT NULL,
`trip` varchar(45) DEFAULT NULL,
`trip` varchar(100) DEFAULT NULL,
`body` text NOT NULL,
`time` int(11) NOT NULL,
`bump` int(11) DEFAULT NULL,