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

[ticket/12187] Remove user_website field

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-03-04 08:25:36 +01:00
parent 5b1fbfb2f2
commit a3627a9ff7
9 changed files with 47 additions and 8 deletions

View File

@@ -1178,7 +1178,6 @@ $schema_data['phpbb_users'] = array(
'user_yim' => array('VCHAR_UNI', ''),
'user_msnm' => array('VCHAR_UNI', ''),
'user_jabber' => array('VCHAR_UNI', ''),
'user_website' => array('VCHAR_UNI:200', ''),
'user_form_salt' => array('VCHAR_UNI:32', ''),
'user_new' => array('BOOL', 1),
'user_reminded' => array('TINT:4', 0),