aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_41_schema.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-02-10 22:06:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-02-10 22:06:42 +0100
commit5ce0bb76308e8b96050316e4dc89f34ba3967cab (patch)
treeb699d71d869d2fe1e6ad7e57cf0ef44c223f93ab /phpBB/install/schemas/mysql_41_schema.sql
parentb088bf864bf5827c1801c53c0af1b5a2f89f5b16 (diff)
downloadforums-5ce0bb76308e8b96050316e4dc89f34ba3967cab.tar
forums-5ce0bb76308e8b96050316e4dc89f34ba3967cab.tar.gz
forums-5ce0bb76308e8b96050316e4dc89f34ba3967cab.tar.bz2
forums-5ce0bb76308e8b96050316e4dc89f34ba3967cab.tar.xz
forums-5ce0bb76308e8b96050316e4dc89f34ba3967cab.zip
[ticket/12183] Update user_newpasswd column to length of 255 in schema files
PHPBB3-12183
Diffstat (limited to 'phpBB/install/schemas/mysql_41_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_41_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_41_schema.sql b/phpBB/install/schemas/mysql_41_schema.sql
index 9e911560db..e52b9c63aa 100644
--- a/phpBB/install/schemas/mysql_41_schema.sql
+++ b/phpBB/install/schemas/mysql_41_schema.sql
@@ -1035,7 +1035,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 tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
user_reminded tinyint(4) DEFAULT '0' NOT NULL,