summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-06-19 15:01:23 +0200
committerGitHub <noreply@github.com>2016-06-19 15:01:23 +0200
commit97094b211c24093c61fcd7a2f3e96f28202307f9 (patch)
treeb761ea25c011c85a6b0b2efedf8134271887a9fa
parentb5cf83df033a5fd3aa2f300f77361a9112df64b3 (diff)
parent217144dd95f46d0654933fe374f4cbea8ab30e09 (diff)
downloadnextcloud-server-97094b211c24093c61fcd7a2f3e96f28202307f9.tar.gz
nextcloud-server-97094b211c24093c61fcd7a2f3e96f28202307f9.zip
Merge pull request #156 from nblock/dev/remove-old-gallery-tables
Drop obsolete tables: gallery_albums and gallery_photos
-rw-r--r--lib/private/Repair/DropOldTables.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/private/Repair/DropOldTables.php b/lib/private/Repair/DropOldTables.php
index 80d26d3a0e0..abf261565c7 100644
--- a/lib/private/Repair/DropOldTables.php
+++ b/lib/private/Repair/DropOldTables.php
@@ -100,7 +100,9 @@ class DropOldTables implements IRepairStep {
'clndr_share_calendar',
'clndr_repeat',
'contacts_addressbooks',
- 'contacts_cards'
+ 'contacts_cards',
+ 'gallery_albums',
+ 'gallery_photos'
];
}
}