mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[ticket/12183] Update user_newpasswd column to length of 255 in schema files
PHPBB3-12183
This commit is contained in:
@@ -1859,7 +1859,7 @@ CREATE TABLE phpbb_users (
|
||||
user_jabber varchar2(765) DEFAULT '' ,
|
||||
user_website varchar2(600) DEFAULT '' ,
|
||||
user_actkey varchar2(32) DEFAULT '' ,
|
||||
user_newpasswd varchar2(120) DEFAULT '' ,
|
||||
user_newpasswd varchar2(765) DEFAULT '' ,
|
||||
user_form_salt varchar2(96) DEFAULT '' ,
|
||||
user_new number(1) DEFAULT '1' NOT NULL,
|
||||
user_reminded number(4) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user