diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-08-05 15:28:46 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-08-05 15:28:46 +0000 |
commit | ee65d2147b7e672c6dfdcd695f0b6314c40e42d2 (patch) | |
tree | d089603d67b4225bafa5f11db59bdd9a99a850ca /phpBB/install/database_update.php | |
parent | d0e9e4189ce83390beeb58acefee05bff2e6b167 (diff) | |
download | forums-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/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index e692750659..4380f0cb8c 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -721,6 +721,9 @@ function database_update_info() 'post_id' => array('post_id'), 'pm_id' => array('pm_id'), ), + POSTS_TABLE => array( + 'post_username' => array('post_username'), + ), ), ), ); |