Commit 3a9d3705c174d7d6a979fbd166110e4bee0e629e
1 parent
792dac86
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'); | ... | ... |