database update

This commit is contained in:
Savetheinternet 2011-05-21 14:08:08 +10:00
parent d48ac6fa61
commit 568761f99c

View File

@ -203,6 +203,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
`ip` varchar(45) NOT NULL,
`sticky` int(1) NOT NULL,
`locked` int(1) NOT NULL,
`embed` text,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;