update SQL files for v0.9.4-dev-2

This commit is contained in:
Savetheinternet 2011-10-10 22:39:14 +11:00
parent 94cb6bf8ab
commit f600ed5b3b
2 changed files with 3 additions and 1 deletions

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,
`sage` int(1) NOT NULL,
`embed` text,
UNIQUE KEY `id` (`id`),
KEY `thread` (`thread`),

View File

@ -22,6 +22,7 @@ CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
`ip` varchar(45) NOT NULL,
`sticky` int(1) NOT NULL,
`locked` int(1) NOT NULL,
`sage` int(1) NOT NULL,
`embed` text,
UNIQUE KEY `id` (`id`),
KEY `thread` (`thread`),