mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12234] Replace ICQ with custom profile field
PHPBB3-12234
This commit is contained in:
@@ -794,6 +794,7 @@ $schema_data['phpbb_profile_fields_data'] = array(
|
||||
'pf_phpbb_location' => array('VCHAR', ''),
|
||||
'pf_phpbb_interests' => array('TEXT_UNI', ''),
|
||||
'pf_phpbb_occupation' => array('TEXT_UNI', ''),
|
||||
'pf_phpbb_icq' => array('VCHAR', ''),
|
||||
),
|
||||
'PRIMARY_KEY' => 'user_id',
|
||||
);
|
||||
@@ -1172,7 +1173,6 @@ $schema_data['phpbb_users'] = array(
|
||||
'user_sig' => array('MTEXT_UNI', ''),
|
||||
'user_sig_bbcode_uid' => array('VCHAR:8', ''),
|
||||
'user_sig_bbcode_bitfield' => array('VCHAR:255', ''),
|
||||
'user_icq' => array('VCHAR:15', ''),
|
||||
'user_aim' => array('VCHAR_UNI', ''),
|
||||
'user_yim' => array('VCHAR_UNI', ''),
|
||||
'user_msnm' => array('VCHAR_UNI', ''),
|
||||
|
Reference in New Issue
Block a user