aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/Owncloud
Commit message (Collapse)AuthorAgeFilesLines
* Ask the schema whether the table and column existJoas Schilling2017-09-081-13/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-071-0/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add some more castingJoas Schilling2017-05-181-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-181-0/+178
Signed-off-by: Joas Schilling <coding@schilljs.com>