1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- Please don't hurt me :p

git-svn-id: file:///svn/phpbb/trunk@5524 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-02-04 23:59:45 +00:00
parent 05235d3452
commit fb0410903a
6 changed files with 6 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ CREATE INDEX is_dynamic_phpbb_config on phpbb_config (is_dynamic);
CREATE TABLE phpbb_confirm (
confirm_id char(32) NOT NULL DEFAULT '',
session_id char(32) NOT NULL DEFAULT '',
code char(6) NOT NULL DEFAULT '',
code char(8) NOT NULL DEFAULT '',
PRIMARY KEY (session_id, confirm_id)
);