summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version13000Date20170705121758.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-8/+8
| | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * 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>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-171-4/+4
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add migration for personal settings stuffJoas Schilling2017-07-051-0/+93
Signed-off-by: Joas Schilling <coding@schilljs.com>