summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/DropOldJobs.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Repair/DropOldJobs.php')
-rw-r--r--lib/private/Repair/DropOldJobs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/Repair/DropOldJobs.php b/lib/private/Repair/DropOldJobs.php
index c040aa03961..f0ebf29065d 100644
--- a/lib/private/Repair/DropOldJobs.php
+++ b/lib/private/Repair/DropOldJobs.php
@@ -73,8 +73,12 @@ class DropOldJobs implements IRepairStep {
['class' => 'OC_Cache_FileGlobalGC', 'arguments' => null],
['class' => 'OC\Cache\FileGlobalGC', 'arguments' => null],
['class' => 'OCA\Files\BackgroundJob\DeleteOrphanedTagsJob', 'arguments' => null],
+
['class' => 'OCA\Files_sharing\Lib\DeleteOrphanedSharesJob', 'arguments' => null],
['class' => 'OCA\Files_sharing\ExpireSharesJob', 'arguments' => null],
+
+ ['class' => 'OCA\user_ldap\lib\Jobs', 'arguments' => null],
+ ['class' => '\OCA\User_LDAP\Jobs\CleanUp', 'arguments' => null],
];
}