Skip to content

Commit

Permalink
Drop old calendar and contacts tables - fixes #21889
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 21, 2016
1 parent 6e4a28a commit 9d2252d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/private/repair/dropoldtables.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ protected function oldDatabaseTables() {
'principals',
'queuedtasks',
'sharing',
'clndr_calendars',
'clndr_objects',
'clndr_share_event',
'clndr_share_calendar',
'clndr_repeat',
'contacts_addressbooks',
'contacts_cards'
];
}
}

0 comments on commit 9d2252d

Please sign in to comment.