diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-02-04 23:59:45 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-02-04 23:59:45 +0000 |
| commit | fb0410903af19070ed42658e77a22bd9382e3b6f (patch) | |
| tree | 0150213822cc7f3a3db5b9055391ff350101b971 /phpBB/install/schemas/mysql_schema.sql | |
| parent | 05235d3452c067894acc53c753bdb0929600b48f (diff) | |
| download | forums-fb0410903af19070ed42658e77a22bd9382e3b6f.tar forums-fb0410903af19070ed42658e77a22bd9382e3b6f.tar.gz forums-fb0410903af19070ed42658e77a22bd9382e3b6f.tar.bz2 forums-fb0410903af19070ed42658e77a22bd9382e3b6f.tar.xz forums-fb0410903af19070ed42658e77a22bd9382e3b6f.zip | |
- Please don't hurt me :p
git-svn-id: file:///svn/phpbb/trunk@5524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 169fc71ad4..2440791e4b 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -140,7 +140,7 @@ CREATE TABLE phpbb_config ( CREATE TABLE phpbb_confirm ( confirm_id char(32) DEFAULT '' NOT NULL, session_id char(32) DEFAULT '' NOT NULL, - code char(6) DEFAULT '' NOT NULL, + code char(8) DEFAULT '' NOT NULL, PRIMARY KEY (session_id,confirm_id) ); |
