[ticket/12873] Don not touch the existing migrations

PHPBB3-12873
This commit is contained in:
Tristan Darricau 2014-08-07 14:16:57 +02:00
parent 919aeb3879
commit 27b4ab9241

View file

@ -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'),
),