Drop obsolete tables: gallery_albums and gallery_photos

Commit 34a21a63ce renamed gallery_albums
to pictures_images_cache and removed gallery_photos entirely.
This commit is contained in:
Florian Preinstorfer 2016-06-19 14:01:42 +02:00
parent b5cf83df03
commit 217144dd95
1 changed files with 3 additions and 1 deletions

View File

@ -100,7 +100,9 @@ class DropOldTables implements IRepairStep {
'clndr_share_calendar',
'clndr_repeat',
'contacts_addressbooks',
'contacts_cards'
'contacts_cards',
'gallery_albums',
'gallery_photos'
];
}
}