1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[ticket/12183] Update user_newpasswd column to length of 255 in schema files

PHPBB3-12183
This commit is contained in:
Marc Alexander
2014-02-10 22:06:42 +01:00
parent b088bf864b
commit 5ce0bb7630
8 changed files with 8 additions and 8 deletions

View File

@@ -1173,7 +1173,7 @@ $schema_data['phpbb_users'] = array(
'user_jabber' => array('VCHAR_UNI', ''),
'user_website' => array('VCHAR_UNI:200', ''),
'user_actkey' => array('VCHAR:32', ''),
'user_newpasswd' => array('VCHAR_UNI:40', ''),
'user_newpasswd' => array('VCHAR_UNI', ''),
'user_form_salt' => array('VCHAR_UNI:32', ''),
'user_new' => array('BOOL', 1),
'user_reminded' => array('TINT:4', 0),