Remove obsolete contacts_cards_properties table

The table contacts_cards_properties was part of the contacts app until
ownCloud 8.2. It got replaced with cards_properties (part of dav).

See also: ownCloud/core #21889
This commit is contained in:
Florian Preinstorfer 2016-06-19 15:40:37 +02:00
parent 97094b211c
commit f6e9322f1e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class DropOldTables implements IRepairStep {
'clndr_repeat',
'contacts_addressbooks',
'contacts_cards',
'contacts_cards_properties',
'gallery_albums',
'gallery_photos'
];