diff options
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index e840387efe..e34319427a 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -183,7 +183,7 @@ CREATE INDEX is_dynamic_phpbb_config_index ON phpbb_config (is_dynamic); CREATE TABLE phpbb_confirm ( confirm_id varchar(32) DEFAULT '' NOT NULL, session_id varchar(32) DEFAULT '' NOT NULL, - code varchar(6) DEFAULT '' NOT NULL, + code varchar(8) DEFAULT '' NOT NULL, PRIMARY KEY (session_id,confirm_id) ); |
