Commit 58a95f92fd3798c081495f23a47f5d80bbd9b55b

Authored by conradverm
1 parent b6888a06

KTS-2460

"Allow reindexing of knowledgetree tables"
Updated. scheduler has a unique field

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7493 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
bin/recreateIndexes.php
... ... @@ -480,6 +480,8 @@ class IndexRecreator
480 480 $this->addIndex('roles','name','UNIQUE');
481 481 $this->addIndex('saved_searches','namespace','UNIQUE');
482 482  
  483 + $this->addIndex('scheduler_tasks','task', 'UNIQUE');
  484 +
483 485 $this->addIndex('system_settings','name', 'UNIQUE');
484 486  
485 487 $this->addIndex('units_lookup','name' ,'UNIQUE');
... ...