aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 7522720909..b2d0eaedb4 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1130,13 +1130,11 @@ function database_update_info()
'change_columns' => array(
GROUPS_TABLE => array(
'group_legend' => array('UINT', 0),
- 'group_avatar_type' => array('VCHAR:32', 0),
- ),
- USERS_TABLE => array(
- 'user_avatar_type' => array('VCHAR:32', 0),
+ 'group_avatar_type' => array('VCHAR:255', ''),
),
USERS_TABLE => array(
'user_timezone' => array('VCHAR:100', ''),
+ 'user_avatar_type' => array('VCHAR:255', ''),
),
),
),