diff options
Diffstat (limited to 'lib/private/Repair')
-rw-r--r-- | lib/private/Repair/DropOldJobs.php | 4 |
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], ]; } |