Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -5/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -0/+2 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add since tags | Roeland Jago Douma | 2018-05-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 2 | -0/+32 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 3 | -14/+14 |
| | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -0/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a base migration for easy updating to bigints | Joas Schilling | 2017-09-29 | 1 | -0/+66 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 2 | -8/+18 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 2 | -2/+57 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+49 |
| | | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -2/+4 |
| | |||||
* | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -0/+2 |
| | |||||
* | Move \OCP\Migration to PSR-4 | Roeland Jago Douma | 2016-05-18 | 2 | -0/+108 |