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:
parent
97094b211c
commit
f6e9322f1e
|
@ -101,6 +101,7 @@ class DropOldTables implements IRepairStep {
|
|||
'clndr_repeat',
|
||||
'contacts_addressbooks',
|
||||
'contacts_cards',
|
||||
'contacts_cards_properties',
|
||||
'gallery_albums',
|
||||
'gallery_photos'
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue