From f6e9322f1eb8d97679ba725f7cbf828dfc69461f Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 19 Jun 2016 15:40:37 +0200 Subject: [PATCH] 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 --- lib/private/Repair/DropOldTables.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Repair/DropOldTables.php b/lib/private/Repair/DropOldTables.php index abf261565c..bd43ba09d4 100644 --- a/lib/private/Repair/DropOldTables.php +++ b/lib/private/Repair/DropOldTables.php @@ -101,6 +101,7 @@ class DropOldTables implements IRepairStep { 'clndr_repeat', 'contacts_addressbooks', 'contacts_cards', + 'contacts_cards_properties', 'gallery_albums', 'gallery_photos' ];