Throw an index on poll_last_vote

git-svn-id: file:///svn/phpbb/trunk@3923 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-04-22 17:23:54 +00:00
parent b2f6faeed0
commit da6be44031

View file

@ -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)
);