Commit b52d5e48 by Frédéric

Index db

parent 8482d419
...@@ -27,7 +27,7 @@ class Flux extends BaseTable ...@@ -27,7 +27,7 @@ class Flux extends BaseTable
*/ */
protected function addIndexes() protected function addIndexes()
{ {
$this->table->addIndex(['enabled']); $this->table->addIndex(['key', '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