Commit 35e6786a by Van

feat(all): comment index keys

parent 1ec4539c
...@@ -30,7 +30,7 @@ class Flux extends BaseTable ...@@ -30,7 +30,7 @@ class Flux extends BaseTable
*/ */
protected function addIndexes() protected function addIndexes()
{ {
$this->table->addIndex(['keys']); /* $this->table->addIndex(['keys']);*/
$this->table->addIndex(['id']); $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