From f01813d95b2e39fc938262a3aca6986d97c7da6b Mon Sep 17 00:00:00 2001 From: Macil Tech Date: Sat, 19 Jan 2013 01:20:55 -0600 Subject: [PATCH] Remove now redundant single-column `thread` key from posts_* tables. --- templates/posts.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/posts.sql b/templates/posts.sql index ac383ab0..c766d38e 100644 --- a/templates/posts.sql +++ b/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`)