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 ;
@@ -207,6 +208,7 @@ public static function getExpensiveRepairSteps() {
207208 new RemoveBrokenProperties (\OC ::$ server ->getDatabaseConnection ()),
208209 new RepairMimeTypes (\OC ::$ server ->getConfig (), \OC ::$ server ->getDatabaseConnection ()),
209210 \OC ::$ server ->get (DeleteSchedulingObjects::class),
211+ \OC ::$ server ->get (RemoveObjectProperties::class),
210212 ];
211213 }
212214
You can’t perform that action at this time.
0 commit comments