Indexer tasks should not be migrated anymore

This commit is contained in:
Benoît Burnichon
2015-03-23 19:11:13 +01:00
parent 29b38c7f44
commit 2a867853c9

View File

@@ -111,10 +111,6 @@ class patch_390alpha8a extends patchAbstract
case 'archive': case 'archive':
$name = 'Archive'; $name = 'Archive';
break; break;
case 'task_period_cindexer':
case 'cindexer':
$name = 'PhraseanetIndexer';
break;
case 'task_period_emptycoll': case 'task_period_emptycoll':
case 'emptycoll': case 'emptycoll':
$name = 'EmptyCollection'; $name = 'EmptyCollection';