aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 122073ba42..4d878b15c0 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -458,6 +458,9 @@ $database_update_info = array(
GROUPS_TABLE => array(
'group_desc_uid' => array('VCHAR:8', ''),
),
+ USERS_TABLE => array(
+ 'user_newpasswd' => array('VCHAR_UNI:40', ''),
+ ),
),
),
);