diff --git a/bin/recreateIndexes.php b/bin/recreateIndexes.php index 8c1ed17..f4b8338 100644 --- a/bin/recreateIndexes.php +++ b/bin/recreateIndexes.php @@ -480,6 +480,8 @@ class IndexRecreator $this->addIndex('roles','name','UNIQUE'); $this->addIndex('saved_searches','namespace','UNIQUE'); + $this->addIndex('scheduler_tasks','task', 'UNIQUE'); + $this->addIndex('system_settings','name', 'UNIQUE'); $this->addIndex('units_lookup','name' ,'UNIQUE');