Remove old background job

This commit is contained in:
Joas Schilling 2016-02-05 15:33:34 +01:00
parent 9d2c433b24
commit 550f3af285
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ class DropOldJobs extends BasicEmitter implements RepairStep {
return [
['class' => 'OC_Cache_FileGlobalGC', 'arguments' => null],
['class' => 'OC\Cache\FileGlobalGC', 'arguments' => null],
['class' => 'OCA\Files\BackgroundJob\DeleteOrphanedTagsJob', 'arguments' => null],
];
}