There was an error while loading. Please reload this page.
1 parent 9e4e055 commit f1eca37Copy full SHA for f1eca37
2 files changed
apps/dav/appinfo/info.xml
@@ -45,7 +45,6 @@
45
<step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
46
<step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
47
<step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step>
48
- <step>OCA\DAV\Migration\RemoveObjectProperties</step>
49
</post-migration>
50
<live-migration>
51
<step>OCA\DAV\Migration\ChunkCleanup</step>
lib/private/Repair.php
@@ -57,6 +57,7 @@
57
use OC\Repair\RepairMimeTypes;
58
use OC\Template\JSCombiner;
59
use OCA\DAV\Migration\DeleteSchedulingObjects;
60
+use OCA\DAV\Migration\RemoveObjectProperties;
61
use OCP\AppFramework\QueryException;
62
use OCP\AppFramework\Utility\ITimeFactory;
63
use OCP\Collaboration\Resources\IManager;
0 commit comments