mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12873] Test the good identifier in \phpbb\db\tools
We need to rename the index key because with the default prefix (phpbb_) this key has a length of 31. And because we don't accept the keys longer than 30 characters we should ensure that by default no key is longer than 30 characters. PHPBB3-12873
This commit is contained in:
@@ -731,7 +731,7 @@ class release_3_0_0 extends \phpbb\db\migration\migration
|
||||
'title_match' => array('BOOL', 0),
|
||||
),
|
||||
'KEYS' => array(
|
||||
'unq_mtch' => array('UNIQUE', array('word_id', 'post_id', 'title_match')),
|
||||
'un_mtch' => array('UNIQUE', array('word_id', 'post_id', 'title_match')),
|
||||
'word_id' => array('INDEX', 'word_id'),
|
||||
'post_id' => array('INDEX', 'post_id'),
|
||||
),
|
||||
|
Reference in New Issue
Block a user