Merge pull request #156 from nblock/dev/remove-old-gallery-tables

Drop obsolete tables: gallery_albums and gallery_photos
This commit is contained in:
Marius Blüm 2016-06-19 15:01:23 +02:00 committed by GitHub
commit 97094b211c
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'
];
}
}