aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
diff options
context:
space:
mode:
authorFlorian Preinstorfer <nblock@archlinux.us>2016-06-19 15:40:37 +0200
committerFlorian Preinstorfer <nblock@archlinux.us>2016-06-19 15:40:37 +0200
commitf6e9322f1eb8d97679ba725f7cbf828dfc69461f (patch)
tree9bc4eeb04e29966f628cf8e2fa55ce1314642f45 /lib/private/Repair
parent97094b211c24093c61fcd7a2f3e96f28202307f9 (diff)
downloadnextcloud-server-f6e9322f1eb8d97679ba725f7cbf828dfc69461f.tar.gz
nextcloud-server-f6e9322f1eb8d97679ba725f7cbf828dfc69461f.zip
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
Diffstat (limited to 'lib/private/Repair')
-rw-r--r--lib/private/Repair/DropOldTables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Repair/DropOldTables.php b/lib/private/Repair/DropOldTables.php
index abf261565c7..bd43ba09d48 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'
];