1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12187] Convert website field data to custom profile field

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-03-03 12:38:55 +01:00
parent a2f2629e2a
commit e750d71f84
10 changed files with 64 additions and 4 deletions

View File

@@ -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_website' => array('VCHAR', ''),
),
'PRIMARY_KEY' => 'user_id',
);