[feature/passwords] Add schema changes to schema_data for new hash types

PHPBB3-11610
This commit is contained in:
Marc Alexander 2013-09-27 10:48:00 +02:00
parent 663b4b2eb7
commit e41c9ef6cd

View file

@ -1112,7 +1112,7 @@ $schema_data['phpbb_users'] = array(
'user_regdate' => array('TIMESTAMP', 0), 'user_regdate' => array('TIMESTAMP', 0),
'username' => array('VCHAR_CI', ''), 'username' => array('VCHAR_CI', ''),
'username_clean' => array('VCHAR_CI', ''), 'username_clean' => array('VCHAR_CI', ''),
'user_password' => array('VCHAR_UNI:40', ''), 'user_password' => array('VCHAR_CI', ''),
'user_passchg' => array('TIMESTAMP', 0), 'user_passchg' => array('TIMESTAMP', 0),
'user_pass_convert' => array('BOOL', 0), 'user_pass_convert' => array('BOOL', 0),
'user_email' => array('VCHAR_UNI:100', ''), 'user_email' => array('VCHAR_UNI:100', ''),