mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
b2f6faeed0
commit
da6be44031
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ CREATE TABLE phpbb_topics (
|
||||||
KEY forum_id (forum_id),
|
KEY forum_id (forum_id),
|
||||||
KEY topic_moved_id (topic_moved_id),
|
KEY topic_moved_id (topic_moved_id),
|
||||||
KEY topic_last_post_time (topic_last_post_time),
|
KEY topic_last_post_time (topic_last_post_time),
|
||||||
|
KEY poll_last_vote (poll_last_vote),
|
||||||
KEY topic_type (topic_type)
|
KEY topic_type (topic_type)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue