mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10247] Remove attempt_id as primary key from database_update.php
This commit is contained in:
commit
7b2f88686b
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ function database_update_info()
|
||||||
'username' => array('VCHAR_UNI:255', 0),
|
'username' => array('VCHAR_UNI:255', 0),
|
||||||
'username_clean' => array('VCHAR_CI', 0),
|
'username_clean' => array('VCHAR_CI', 0),
|
||||||
),
|
),
|
||||||
'PRIMARY_KEY' => 'attempt_id',
|
//'PRIMARY_KEY' => 'attempt_id',
|
||||||
'KEYS' => array(
|
'KEYS' => array(
|
||||||
'att_ip' => array('INDEX', array('attempt_ip', 'attempt_time')),
|
'att_ip' => array('INDEX', array('attempt_ip', 'attempt_time')),
|
||||||
'att_for' => array('INDEX', array('attempt_forwarded_for', 'attempt_time')),
|
'att_for' => array('INDEX', array('attempt_forwarded_for', 'attempt_time')),
|
||||||
|
|
Loading…
Add table
Reference in a new issue