Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+0 |
* | Drop foreign key before trying to drop the accounts table | Joas Schilling | 2019-07-11 | 1 | -2/+22 |
* | Ask the schema whether the table and column exist | Joas Schilling | 2017-09-08 | 1 | -13/+6 |
* | Add a repair step to drop the account_terms table on oc migration | Joas Schilling | 2017-08-07 | 1 | -0/+60 |
* | Don't throw an error when the table doesn't exist | Joas Schilling | 2017-07-12 | 1 | -0/+3 |
* | Add some more casting | Joas Schilling | 2017-05-18 | 1 | -4/+4 |
* | Avoid problems for some DBs by removing the table completly | Joas Schilling | 2017-05-18 | 1 | -4/+2 |
* | Add a migration step to save the data from the accounts table before migrating | Joas Schilling | 2017-05-18 | 1 | -0/+178 |