mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12235] Convert WLM to custom profile field
PHPBB3-12235
This commit is contained in:
@@ -795,6 +795,7 @@ $schema_data['phpbb_profile_fields_data'] = array(
|
||||
'pf_phpbb_interests' => array('TEXT_UNI', ''),
|
||||
'pf_phpbb_occupation' => array('TEXT_UNI', ''),
|
||||
'pf_phpbb_icq' => array('VCHAR', ''),
|
||||
'pf_phpbb_wlm' => array('VCHAR', ''),
|
||||
'pf_phpbb_website' => array('VCHAR', ''),
|
||||
),
|
||||
'PRIMARY_KEY' => 'user_id',
|
||||
@@ -1176,7 +1177,6 @@ $schema_data['phpbb_users'] = array(
|
||||
'user_sig_bbcode_bitfield' => array('VCHAR:255', ''),
|
||||
'user_aim' => array('VCHAR_UNI', ''),
|
||||
'user_yim' => array('VCHAR_UNI', ''),
|
||||
'user_msnm' => array('VCHAR_UNI', ''),
|
||||
'user_jabber' => array('VCHAR_UNI', ''),
|
||||
'user_form_salt' => array('VCHAR_UNI:32', ''),
|
||||
'user_new' => array('BOOL', 1),
|
||||
|
Reference in New Issue
Block a user