diff --git a/templates/posts.sql b/templates/posts.sql index 1e092985..e41a7f38 100644 --- a/templates/posts.sql +++ b/templates/posts.sql @@ -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 ; \ No newline at end of file