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:
@@ -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', ''),
|
||||
|
Reference in New Issue
Block a user