Merge remote-tracking branch 'upstream/master' (vichan-devel)

This commit is contained in:
ctrlcctrlv 2013-08-29 13:43:50 +00:00
commit 2804c6b775
8 changed files with 185 additions and 66 deletions

View file

@ -29,6 +29,6 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
KEY `thread_id` (`thread`,`id`),
KEY `time` (`time`),
FULLTEXT KEY `body` (`body`),
KEY `ip` (`ip`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;