mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12873] Don not touch the existing migrations
PHPBB3-12873
This commit is contained in:
parent
919aeb3879
commit
27b4ab9241
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ class release_3_0_0 extends \phpbb\db\migration\migration
|
|||
'title_match' => array('BOOL', 0),
|
||||
),
|
||||
'KEYS' => array(
|
||||
'un_mtch' => array('UNIQUE', array('word_id', 'post_id', 'title_match')),
|
||||
'unq_mtch' => array('UNIQUE', array('word_id', 'post_id', 'title_match')),
|
||||
'word_id' => array('INDEX', 'word_id'),
|
||||
'post_id' => array('INDEX', 'post_id'),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue