aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-04-08 16:11:06 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-04-08 16:17:41 +0200
commite8a9c0ae6d92822699de9a2d7fc1aae9377ade8a (patch)
tree184f2054fa0d70af072f7b670764c81ab89779c3 /phpBB/develop/create_schema_files.php
parent0898d114574e88eb5eda819b8921a27739be74ca (diff)
downloadforums-e8a9c0ae6d92822699de9a2d7fc1aae9377ade8a.tar
forums-e8a9c0ae6d92822699de9a2d7fc1aae9377ade8a.tar.gz
forums-e8a9c0ae6d92822699de9a2d7fc1aae9377ade8a.tar.bz2
forums-e8a9c0ae6d92822699de9a2d7fc1aae9377ade8a.tar.xz
forums-e8a9c0ae6d92822699de9a2d7fc1aae9377ade8a.zip
[feature/avatars] Fix avatar_type in create_schema_files
PHPBB3-10018
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
-rw-r--r--phpBB/develop/create_schema_files.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 4088657743..6418bb57f0 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1168,7 +1168,7 @@ function get_schema_struct()
'group_desc_uid' => array('VCHAR:8', ''),
'group_display' => array('BOOL', 0),
'group_avatar' => array('VCHAR', ''),
- 'group_avatar_type' => array('TINT:2', 0),
+ 'group_avatar_type' => array('VCHAR:32', ''),
'group_avatar_width' => array('USINT', 0),
'group_avatar_height' => array('USINT', 0),
'group_rank' => array('UINT', 0),
@@ -1821,7 +1821,7 @@ function get_schema_struct()
'user_allow_massemail' => array('BOOL', 1),
'user_options' => array('UINT:11', 230271),
'user_avatar' => array('VCHAR', ''),
- 'user_avatar_type' => array('TINT:2', 0),
+ 'user_avatar_type' => array('VCHAR:32', ''),
'user_avatar_width' => array('USINT', 0),
'user_avatar_height' => array('USINT', 0),
'user_sig' => array('MTEXT_UNI', ''),