Skip to content

Commit

Permalink
Merge pull request #156 from nblock/dev/remove-old-gallery-tables
Browse files Browse the repository at this point in the history
Drop obsolete tables: gallery_albums and gallery_photos
  • Loading branch information
MariusBluem authored Jun 19, 2016
2 parents b5cf83d + 217144d commit 97094b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/private/Repair/DropOldTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ protected function oldDatabaseTables() {
'clndr_share_calendar',
'clndr_repeat',
'contacts_addressbooks',
'contacts_cards'
'contacts_cards',
'gallery_albums',
'gallery_photos'
];
}
}

0 comments on commit 97094b2

Please sign in to comment.