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 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 >
Original file line number Diff line number Diff line change 5757use OC \Repair \RepairMimeTypes ;
5858use OC \Template \JSCombiner ;
5959use OCA \DAV \Migration \DeleteSchedulingObjects ;
60+ use OCA \DAV \Migration \RemoveObjectProperties ;
6061use OCP \AppFramework \QueryException ;
6162use OCP \AppFramework \Utility \ITimeFactory ;
6263use OCP \Collaboration \Resources \IManager ;
@@ -214,6 +215,7 @@ public static function getExpensiveRepairSteps() {
214215 \OCP \Server::get (IDBConnection::class)
215216 ),
216217 \OCP \Server::get (DeleteSchedulingObjects::class),
218+ \OC ::$ server ->get (RemoveObjectProperties::class),
217219 ];
218220 }
219221
You can’t perform that action at this time.
0 commit comments