aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-10-13 11:33:59 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-10-13 12:05:55 +0200
commit841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8 (patch)
tree52ea9a6b77a29195707c2b308717926b941ebac1 /phpBB/install/schemas/firebird_schema.sql
parentb795ce8b7dec4831de702947c97ad698aec5bbe2 (diff)
downloadforums-841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8.tar
forums-841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8.tar.gz
forums-841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8.tar.bz2
forums-841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8.tar.xz
forums-841dd6b19f08a575fe6d6e4794bdb9729e2ce6b8.zip
[feature/passwords] Modify forum_password column type 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 a9b7f58099..a90a60e7d0 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -382,7 +382,7 @@ CREATE TABLE phpbb_forums (
forum_desc_options INTEGER DEFAULT 7 NOT NULL,
forum_desc_uid VARCHAR(8) CHARACTER SET NONE DEFAULT '' NOT NULL,
forum_link VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
- forum_password VARCHAR(40) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
+ forum_password VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
forum_style INTEGER DEFAULT 0 NOT NULL,
forum_image VARCHAR(255) CHARACTER SET NONE DEFAULT '' NOT NULL,
forum_rules BLOB SUB_TYPE TEXT CHARACTER SET UTF8 DEFAULT '' NOT NULL,