forked from leftypol/leftypol
Add ip
index to post tables for faster ?/IP/ (and flood detection, etc.)
This commit is contained in:
parent
fcb88b16cd
commit
5aaa6887f6
2 changed files with 7 additions and 2 deletions
|
@ -28,6 +28,7 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
|
|||
UNIQUE KEY `id` (`id`),
|
||||
KEY `thread_id` (`thread`,`id`),
|
||||
KEY `time` (`time`),
|
||||
FULLTEXT KEY `body` (`body`)
|
||||
FULLTEXT KEY `body` (`body`),
|
||||
KEY `ip` (`ip`),
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue