Browse Source

Merge branch 'newkey' of https://github.com/Macil/Tinyboard

pull/40/head
Michael Save 11 years ago
parent
commit
7b02357e23
  1. 2
      templates/posts.sql

2
templates/posts.sql

@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
`sage` int(1) NOT NULL,
`embed` text,
UNIQUE KEY `id` (`id`),
KEY `thread` (`thread`),
KEY `thread_id` (`thread`, `id`),
KEY `time` (`time`),
FULLTEXT KEY `body` (`body`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Loading…
Cancel
Save