mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-02 16:04:36 +02:00
[ticket/11621] Swap columns of post_content index.
PHPBB3-11621
This commit is contained in:
@ -792,7 +792,7 @@ class fulltext_mysql extends \phpbb\search\base
|
||||
$alter[] = 'MODIFY post_text mediumtext NOT NULL';
|
||||
}
|
||||
|
||||
$alter[] = 'ADD FULLTEXT post_content (post_subject, post_text)';
|
||||
$alter[] = 'ADD FULLTEXT post_content (post_text, post_subject)';
|
||||
}
|
||||
|
||||
if (sizeof($alter))
|
||||
|
Reference in New Issue
Block a user