Browse Source

Critical bugfix: SQL typo

pull/40/head
Michael Foster 11 years ago
parent
commit
0bb254fdb3
  1. 2
      templates/posts.sql

2
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 ;
Loading…
Cancel
Save