summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/DropOldTables.php
Commit message (Collapse)AuthorAgeFilesLines
* cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-221-111/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix othersJoas Schilling2016-07-211-2/+4
|
* Remove obsolete contacts_cards_properties tableFlorian Preinstorfer2016-06-191-0/+1
| | | | | | | The table contacts_cards_properties was part of the contacts app until ownCloud 8.2. It got replaced with cards_properties (part of dav). See also: ownCloud/core #21889
* Drop obsolete tables: gallery_albums and gallery_photosFlorian Preinstorfer2016-06-191-1/+3
| | | | | Commit 34a21a63ce5730a4f45af6745b4acd6f702e6e79 renamed gallery_albums to pictures_images_cache and removed gallery_photos entirely.
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Adding progress to web upgradeThomas Müller2016-04-281-1/+1
|
* Adding progress to occ maintenance:repairThomas Müller2016-04-281-1/+4
|
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵Thomas Müller2016-04-251-7/+5
| | | | interface - refs #24198
* Drop old calendar and contacts tables - fixes #21889Thomas Müller2016-04-221-0/+7
|
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-211-0/+97