From da6be44031f5869e879674d34a20ab5db38941d7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 22 Apr 2003 17:23:54 +0000 Subject: [PATCH] Throw an index on poll_last_vote git-svn-id: file:///svn/phpbb/trunk@3923 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/mysql_schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 6168f4c4ae..20a9e01696 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -733,6 +733,7 @@ CREATE TABLE phpbb_topics ( KEY forum_id (forum_id), KEY topic_moved_id (topic_moved_id), KEY topic_last_post_time (topic_last_post_time), + KEY poll_last_vote (poll_last_vote), KEY topic_type (topic_type) );