File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,13 @@ public function run(IOutput $output) {
5555 $ orphanItems = $ this ->removeOrphanChildren ('calendarchanges ' , 'calendars ' , 'calendarid ' );
5656 $ output ->info (sprintf ('%d changes without a calendar have been cleaned up ' , $ orphanItems ));
5757
58+ $ orphanItems = $ this ->removeOrphanChildren ('calendarobjects_props ' , 'calendarsubscriptions ' , 'objectid ' );
59+ $ output ->info (sprintf ('%d properties from cached events without a calendar subscription have been cleaned up ' , $ orphanItems ));
60+ $ orphanItems = $ this ->removeOrphanChildren ('calendarobjects ' , 'calendarsubscriptions ' , 'calendarid ' );
61+ $ output ->info (sprintf ('%d cached events without a calendar subscription have been cleaned up ' , $ orphanItems ));
62+ $ orphanItems = $ this ->removeOrphanChildren ('calendarchanges ' , 'calendarsubscriptions ' , 'calendarid ' );
63+ $ output ->info (sprintf ('%d changes without a calendar subscription have been cleaned up ' , $ orphanItems ));
64+
5865 $ orphanItems = $ this ->removeOrphanChildren ('cards ' , 'addressbooks ' , 'addressbookid ' );
5966 $ output ->info (sprintf ('%d contacts without an addressbook have been cleaned up ' , $ orphanItems ));
6067 $ orphanItems = $ this ->removeOrphanChildren ('cards_properties ' , 'cards ' , 'cardid ' );
You can’t perform that action at this time.
0 commit comments