Browse Source

Fix issue #136

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

2
templates/posts.sql

@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
`embed` text,
UNIQUE KEY `id` (`id`),
KEY `thread_id` (`thread`,`id`),
KEY `filehash` (`filehash`),
KEY `filehash` (`filehash`(40)),
KEY `time` (`time`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;

Loading…
Cancel
Save