aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-06-17 23:04:22 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-09-14 13:53:14 +0200
commitdae4327cfcd0908dc751f47cbbc462df454d153c (patch)
tree438a6768d998e89cba6907ac9aeb313656d57507 /phpBB/install/schemas/firebird_schema.sql
parent4b81b93d102b1657ab59cbc98cfa5c1d66d94304 (diff)
downloadforums-dae4327cfcd0908dc751f47cbbc462df454d153c.tar
forums-dae4327cfcd0908dc751f47cbbc462df454d153c.tar.gz
forums-dae4327cfcd0908dc751f47cbbc462df454d153c.tar.bz2
forums-dae4327cfcd0908dc751f47cbbc462df454d153c.tar.xz
forums-dae4327cfcd0908dc751f47cbbc462df454d153c.zip
[feature/passwords] Add schema changes for new hash types
PHPBB3-11610
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r--phpBB/install/schemas/firebird_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql
index ca68ea387d..73bdfe777c 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -1344,7 +1344,7 @@ CREATE TABLE phpbb_users (
user_regdate INTEGER DEFAULT 0 NOT NULL,
username VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
username_clean VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
- user_password VARCHAR(40) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
+ user_password VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
user_passchg INTEGER DEFAULT 0 NOT NULL,
user_pass_convert INTEGER DEFAULT 0 NOT NULL,
user_email VARCHAR(100) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,