1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

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

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-06-17 23:04:22 +02:00
parent 4b81b93d10
commit dae4327cfc
9 changed files with 72 additions and 9 deletions

View File

@@ -1862,7 +1862,7 @@ function get_schema_struct()
'user_regdate' => array('TIMESTAMP', 0),
'username' => 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_pass_convert' => array('BOOL', 0),
'user_email' => array('VCHAR_UNI:100', ''),