Commit ea81ffbddc50daa82c23e7054ff82016dc3cd7c3
1 parent
eca9992b
Added some missing scheduler tasks that where in the upgrades but not
the data.sql file. Reviewed By: Megan Watson
Showing
1 changed file
with
4 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -1368,7 +1368,10 @@ INSERT INTO `scheduler_tasks` VALUES |
| 1368 | 1368 | (5,'Database Maintenance','bin/dbmaint.php','optimize',0,'monthly','2007-10-01 00:00:00',NULL,0,'disabled'), |
| 1369 | 1369 | (6,'OpenOffice test','bin/checkopenoffice.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1370 | 1370 | (7,'Cleanup Temporary Directory','search2/bin/cronCleanup.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1371 | -(8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'); | |
| 1371 | +(8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), | |
| 1372 | +(9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'), | |
| 1373 | +(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'); | |
| 1374 | + | |
| 1372 | 1375 | /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; |
| 1373 | 1376 | UNLOCK TABLES; |
| 1374 | 1377 | ... | ... |