Commit d0843c0a0306ac0ca3193dfaa5f5e14ea6cbd048

Authored by Megan Watson
1 parent df4391d1

KTS-4254 Updated scheduler_tasks sql to use the download task in the bin directory.

Fixed.

Committed by: Megan Watson
Showing 1 changed file with 1 additions and 1 deletions
sql/mysql/install/data.sql
@@ -1373,7 +1373,7 @@ INSERT INTO `scheduler_tasks` VALUES @@ -1373,7 +1373,7 @@ INSERT INTO `scheduler_tasks` VALUES
1373 (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), 1373 (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'),
1374 (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'), 1374 (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'),
1375 (10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'), 1375 (10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'),
1376 -(11,'Bulk Download Queue','lib/foldermanagement/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'); 1376 +(11,'Bulk Download Queue','bin/ajaxtasks/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system');
1377 1377
1378 /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; 1378 /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */;
1379 UNLOCK TABLES; 1379 UNLOCK TABLES;