From 0bb254fdb37990958b17c1c72b59f747eab2e3f0 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Thu, 29 Aug 2013 12:30:16 +1000 Subject: [PATCH] Critical bugfix: SQL typo --- templates/posts.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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