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