Conflicts:
	inc/config.php
This commit is contained in:
czaks 2013-08-29 07:33:19 -04:00
commit 8de81d176c
6 changed files with 166 additions and 57 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 ;