diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-04 20:57:37 -0600 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-04 20:57:37 -0600 |
| commit | 1e5a1b72dca4e0ccae9340467225499649dea6c8 (patch) | |
| tree | 6f16d15999e6ac5f158643619213acbf2a7daf7c /phpBB/develop/create_schema_files.php | |
| parent | 34c564062a95b9306487fbc6bbd17c7c9c8a63c4 (diff) | |
| parent | 336187151a2010197ddda1bcdabc311fd10c1c87 (diff) | |
| download | forums-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.php | 1 |
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', ''), |
