aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_41_schema.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-08-05 15:28:46 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-08-05 15:28:46 +0000
commitee65d2147b7e672c6dfdcd695f0b6314c40e42d2 (patch)
treed089603d67b4225bafa5f11db59bdd9a99a850ca /phpBB/install/schemas/mysql_41_schema.sql
parentd0e9e4189ce83390beeb58acefee05bff2e6b167 (diff)
downloadforums-ee65d2147b7e672c6dfdcd695f0b6314c40e42d2.tar
forums-ee65d2147b7e672c6dfdcd695f0b6314c40e42d2.tar.gz
forums-ee65d2147b7e672c6dfdcd695f0b6314c40e42d2.tar.bz2
forums-ee65d2147b7e672c6dfdcd695f0b6314c40e42d2.tar.xz
forums-ee65d2147b7e672c6dfdcd695f0b6314c40e42d2.zip
fix r9713 for #36565
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9931 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_41_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_41_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_41_schema.sql b/phpBB/install/schemas/mysql_41_schema.sql
index 651a842f8f..1c0225b92c 100644
--- a/phpBB/install/schemas/mysql_41_schema.sql
+++ b/phpBB/install/schemas/mysql_41_schema.sql
@@ -459,6 +459,7 @@ CREATE TABLE phpbb_posts (
KEY poster_ip (poster_ip),
KEY poster_id (poster_id),
KEY post_approved (post_approved),
+ KEY post_username (post_username),
KEY tid_post_time (topic_id, post_time)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;