summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/Owncloud/SaveAccountsTableData.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
* Ask the schema whether the table and column existJoas Schilling2017-09-081-13/+6
* Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
* Add some more castingJoas Schilling2017-05-181-4/+4
* Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
* Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-181-0/+178