aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_schema.sql
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-22 17:23:54 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-22 17:23:54 +0000
commitda6be44031f5869e879674d34a20ab5db38941d7 (patch)
tree39f1d286ba5d37cc87f0c22ba8bfd5311c7107cf /phpBB/install/schemas/mysql_schema.sql
parentb2f6faeed0524c7bda035ea782d4a7db9348fa6e (diff)
downloadforums-da6be44031f5869e879674d34a20ab5db38941d7.tar
forums-da6be44031f5869e879674d34a20ab5db38941d7.tar.gz
forums-da6be44031f5869e879674d34a20ab5db38941d7.tar.bz2
forums-da6be44031f5869e879674d34a20ab5db38941d7.tar.xz
forums-da6be44031f5869e879674d34a20ab5db38941d7.zip
Throw an index on poll_last_vote
git-svn-id: file:///svn/phpbb/trunk@3923 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql1
1 files changed, 1 insertions, 0 deletions
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)
);