Commit efb24d48 by Frédéric

Index db

parent b52d5e48
......@@ -27,7 +27,8 @@ class Flux extends BaseTable
*/
protected function addIndexes()
{
$this->table->addIndex(['key', 'id']);
$this->table->addIndex(['key']);
$this->table->addIndex(['id']);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment