mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
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:
@@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user