Browse Source

Remove now redundant single-column `thread` key from posts_* tables.

pull/40/head
Macil Tech 11 years ago
parent
commit
f01813d95b
  1. 1
      templates/posts.sql

1
templates/posts.sql

@ -26,7 +26,6 @@ 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`)

Loading…
Cancel
Save