Commit f9e49fba019444ba624f4ab8a32bc477bac5b3b9
1 parent
143847ae
Merged in from STABLE branch...
KTS-3588 "Remove Admin Version Notifier plugin" Removed. Removed Scheduler task. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9061 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
5 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -1351,9 +1351,8 @@ INSERT INTO `scheduler_tasks` VALUES |
| 1351 | 1351 | (6,'OpenOffice test','bin/checkopenoffice.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1352 | 1352 | (7,'Cleanup Temporary Directory','search2/bin/cronCleanup.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1353 | 1353 | (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1354 | -(9,'Check Latest Version','plugins/ktstandard/AdminVersionPlugin/bin/UpdateNewVersion.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), | |
| 1355 | -(10,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), | |
| 1356 | -(11,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'); | |
| 1354 | +(9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), | |
| 1355 | +(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'); | |
| 1357 | 1356 | /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; |
| 1358 | 1357 | UNLOCK TABLES; |
| 1359 | 1358 | |
| ... | ... | @@ -2496,7 +2495,7 @@ UNLOCK TABLES; |
| 2496 | 2495 | LOCK TABLES `zseq_plugins` WRITE; |
| 2497 | 2496 | /*!40000 ALTER TABLE `zseq_plugins` DISABLE KEYS */; |
| 2498 | 2497 | INSERT INTO `zseq_plugins` VALUES |
| 2499 | -(23); | |
| 2498 | +(22); | |
| 2500 | 2499 | /*!40000 ALTER TABLE `zseq_plugins` ENABLE KEYS */; |
| 2501 | 2500 | UNLOCK TABLES; |
| 2502 | 2501 | |
| ... | ... | @@ -2540,7 +2539,7 @@ UNLOCK TABLES; |
| 2540 | 2539 | LOCK TABLES `zseq_scheduler_tasks` WRITE; |
| 2541 | 2540 | /*!40000 ALTER TABLE `zseq_scheduler_tasks` DISABLE KEYS */; |
| 2542 | 2541 | INSERT INTO `zseq_scheduler_tasks` VALUES |
| 2543 | -(11); | |
| 2542 | +(10); | |
| 2544 | 2543 | /*!40000 ALTER TABLE `zseq_scheduler_tasks` ENABLE KEYS */; |
| 2545 | 2544 | UNLOCK TABLES; |
| 2546 | 2545 | ... | ... |