mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user