Merge pull request #156 from nblock/dev/remove-old-gallery-tables
Drop obsolete tables: gallery_albums and gallery_photos
This commit is contained in:
commit
97094b211c
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,9 @@ class DropOldTables implements IRepairStep {
|
|||
'clndr_share_calendar',
|
||||
'clndr_repeat',
|
||||
'contacts_addressbooks',
|
||||
'contacts_cards'
|
||||
'contacts_cards',
|
||||
'gallery_albums',
|
||||
'gallery_photos'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue