mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11621] Swap columns of post_content index.
PHPBB3-11621
This commit is contained in:
parent
353ac33d5c
commit
79928ebf43
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ class fulltext_mysql extends \phpbb\search\base
|
||||||
$alter[] = 'MODIFY post_text mediumtext NOT NULL';
|
$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))
|
if (sizeof($alter))
|
||||||
|
|
Loading…
Add table
Reference in a new issue