mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/passwords] Add schema changes to schema_data for new hash types
PHPBB3-11610
This commit is contained in:
parent
663b4b2eb7
commit
e41c9ef6cd
1 changed files with 1 additions and 1 deletions
|
@ -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', ''),
|
||||||
|
|
Loading…
Add table
Reference in a new issue