Update Search\TruncateIndex
This commit is contained in:
parent
8c23bab0a7
commit
00ff34f9c7
1 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ class TruncateIndex extends Method
|
|||
*/
|
||||
public function truncateIndex(): void
|
||||
{
|
||||
$this->c->DB->truncateTable('search_cache');
|
||||
$this->c->DB->truncateTable('search_matches');
|
||||
$this->c->DB->truncateTable('search_words');
|
||||
$this->c->DB->truncateTable('::search_cache');
|
||||
$this->c->DB->truncateTable('::search_matches');
|
||||
$this->c->DB->truncateTable('::search_words');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue