mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #24166 from owncloud/drop-old-calendar-and-contacts-tables
Drop old calendar and contacts tables
This commit is contained in:
commit
c26145aab3
1 changed files with 7 additions and 0 deletions
|
|
@ -92,6 +92,13 @@ class DropOldTables extends BasicEmitter implements RepairStep {
|
|||
'principals',
|
||||
'queuedtasks',
|
||||
'sharing',
|
||||
'clndr_calendars',
|
||||
'clndr_objects',
|
||||
'clndr_share_event',
|
||||
'clndr_share_calendar',
|
||||
'clndr_repeat',
|
||||
'contacts_addressbooks',
|
||||
'contacts_cards'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue