aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
commit1e5a1b72dca4e0ccae9340467225499649dea6c8 (patch)
tree6f16d15999e6ac5f158643619213acbf2a7daf7c /phpBB/develop/create_schema_files.php
parent34c564062a95b9306487fbc6bbd17c7c9c8a63c4 (diff)
parent336187151a2010197ddda1bcdabc311fd10c1c87 (diff)
downloadforums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.gz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.bz2
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.xz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.zip
Merge remote-tracking branch 'remotes/bantu/ticket/11201' into develop
# By Andreas Fischer # Via Andreas Fischer * remotes/bantu/ticket/11201: [ticket/11201] Revert WLM dropping because it is still used in China.
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
-rw-r--r--phpBB/develop/create_schema_files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index c6012a633f..0ae75c2681 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1836,6 +1836,7 @@ function get_schema_struct()
'user_icq' => array('VCHAR:15', ''),
'user_aim' => array('VCHAR_UNI', ''),
'user_yim' => array('VCHAR_UNI', ''),
+ 'user_msnm' => array('VCHAR_UNI', ''),
'user_jabber' => array('VCHAR_UNI', ''),
'user_website' => array('VCHAR_UNI:200', ''),
'user_occ' => array('TEXT_UNI', ''),