|
$this->c->DB->dropIndex('::posts', 'multi_idx');
|
|
$this->c->DB->dropIndex('::posts', 'multi_idx');
|
|
$this->c->DB->addIndex('::posts', 'multi_idx', ['poster_id', 'topic_id', 'posted']);
|
|
$this->c->DB->addIndex('::posts', 'multi_idx', ['poster_id', 'topic_id', 'posted']);
|