From 7b8b2c73c596b5b18f11e39b208fdf74e55a8f57 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 5 Jan 2016 17:42:20 +0100 Subject: [PATCH] Drop oc_gallery_sharing which was removed in 8.0.0 See https://github.com/owncloud/gallery-old/commit/c080dfe87d5eb1de8aa27b1836629b57b0316004 --- lib/repair/dropoldtables.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/repair/dropoldtables.php b/lib/repair/dropoldtables.php index e8b0eba61d..2d7fc8376b 100644 --- a/lib/repair/dropoldtables.php +++ b/lib/repair/dropoldtables.php @@ -77,6 +77,7 @@ class DropOldTables extends BasicEmitter implements RepairStep { 'file_map', 'foldersize', 'fscache', + 'gallery_sharing', 'locks', 'log', 'media_albums',