Basic stickies

This commit is contained in:
Savetheinternet 2010-12-16 21:28:38 +11:00
parent a261dca0a5
commit 22641bdc58
3 changed files with 20 additions and 13 deletions

View file

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