From 0c93e92eef248c306c743601f6fadb8dc4eb8aa3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 Jul 2011 23:19:39 +0200 Subject: [ticket/10247] Remove attempt_id as primary key from database_update.php PHPBB3-10247 --- phpBB/install/database_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index a2cb4515da..47c278ed4e 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -960,7 +960,7 @@ function database_update_info() 'username' => array('VCHAR_UNI:255', 0), 'username_clean' => array('VCHAR_CI', 0), ), - 'PRIMARY_KEY' => 'attempt_id', + //'PRIMARY_KEY' => 'attempt_id', 'KEYS' => array( 'att_ip' => array('INDEX', array('attempt_ip', 'attempt_time')), 'att_for' => array('INDEX', array('attempt_forwarded_for', 'attempt_time')), -- cgit v1.2.1