From 58a95f92fd3798c081495f23a47f5d80bbd9b55b Mon Sep 17 00:00:00 2001 From: conradverm Date: Tue, 23 Oct 2007 13:20:12 +0000 Subject: [PATCH] KTS-2460 "Allow reindexing of knowledgetree tables" Updated. scheduler has a unique field --- bin/recreateIndexes.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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'); -- libgit2 0.21.4