mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/12183] Update user_newpasswd column to length of 255 in schema files
PHPBB3-12183
This commit is contained in:
@@ -1006,7 +1006,7 @@ CREATE TABLE phpbb_users (
|
||||
user_jabber varchar(255) NOT NULL DEFAULT '',
|
||||
user_website varchar(200) NOT NULL DEFAULT '',
|
||||
user_actkey varchar(32) NOT NULL DEFAULT '',
|
||||
user_newpasswd varchar(40) NOT NULL DEFAULT '',
|
||||
user_newpasswd varchar(255) NOT NULL DEFAULT '',
|
||||
user_form_salt varchar(32) NOT NULL DEFAULT '',
|
||||
user_new INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
user_reminded tinyint(4) NOT NULL DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user