From 3a9d3705c174d7d6a979fbd166110e4bee0e629e Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen 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