Locked field in database

This commit is contained in:
Savetheinternet 2011-01-02 22:21:53 +11:00
parent bcda984255
commit 69956021fc
3 changed files with 10 additions and 2 deletions

View file

@ -20,5 +20,6 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
`password` varchar(20) DEFAULT NULL,
`ip` varchar(15) NOT NULL,
`sticky` int(1) NOT NULL,
`locked` int(1) NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;