summaryrefslogtreecommitdiffstats
path: root/lib/public/Migration/SimpleMigrationStep.php
Commit message (Collapse)AuthorAgeFilesLines
* Add since tagsRoeland Jago Douma2018-05-301-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add human readable description to migration stepsRobin Appelman2018-05-301-0/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-171-5/+5
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-4/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-0/+54
Signed-off-by: Joas Schilling <coding@schilljs.com>