Skip to content

Commit 7540c94

Browse files
ChristophWurstAndyScherzinger
authored andcommitted
fix(dav): Mark removal of dav object properties as expensive
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> [skip ci]
1 parent 522075f commit 7540c94

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/dav/appinfo/info.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
4646
<step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
4747
<step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step>
48-
<step>OCA\DAV\Migration\RemoveObjectProperties</step>
4948
</post-migration>
5049
<live-migration>
5150
<step>OCA\DAV\Migration\ChunkCleanup</step>

lib/private/Repair.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
use OC\Repair\RepairMimeTypes;
5858
use OC\Template\JSCombiner;
5959
use OCA\DAV\Migration\DeleteSchedulingObjects;
60+
use OCA\DAV\Migration\RemoveObjectProperties;
6061
use OCP\AppFramework\QueryException;
6162
use OCP\AppFramework\Utility\ITimeFactory;
6263
use OCP\Collaboration\Resources\IManager;

0 commit comments

Comments
 (0)