File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 <step >OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step >
4747 <step >OCA\DAV\Migration\RemoveClassifiedEventActivity</step >
4848 <step >OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step >
49- <step >OCA\DAV\Migration\RemoveObjectProperties</step >
5049 </post-migration >
5150 <live-migration >
5251 <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 ;
@@ -217,6 +218,7 @@ public static function getExpensiveRepairSteps() {
217218 \OCP \Server::get (IDBConnection::class)
218219 ),
219220 \OCP \Server::get (DeleteSchedulingObjects::class),
221+ \OC ::$ server ->get (RemoveObjectProperties::class),
220222 ];
221223 }
222224
You can’t perform that action at this time.
0 commit comments