File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 <step >OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step >
4545 <step >OCA\DAV\Migration\RemoveClassifiedEventActivity</step >
4646 <step >OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step >
47- <step >OCA\DAV\Migration\RemoveObjectProperties</step >
4847 </post-migration >
4948 <live-migration >
5049 <step >OCA\DAV\Migration\ChunkCleanup</step >
Original file line number Diff line number Diff line change 5858use OC \Repair \RepairMimeTypes ;
5959use OC \Template \JSCombiner ;
6060use OCA \DAV \Migration \DeleteSchedulingObjects ;
61+ use OCA \DAV \Migration \RemoveObjectProperties ;
6162use OCP \AppFramework \QueryException ;
6263use OCP \AppFramework \Utility \ITimeFactory ;
6364use OCP \Collaboration \Resources \IManager ;
@@ -215,6 +216,7 @@ public static function getExpensiveRepairSteps() {
215216 ),
216217 \OC ::$ server ->get (ValidatePhoneNumber::class),
217218 \OC ::$ server ->get (DeleteSchedulingObjects::class),
219+ \OC ::$ server ->get (RemoveObjectProperties::class),
218220 ];
219221 }
220222
You can’t perform that action at this time.
0 commit comments