aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MigrationService.php
Commit message (Expand)AuthorAgeFilesLines
* "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
* Only create the migration directory when necessaryJoas Schilling2017-07-061-9/+4
* Add migration for personal settings stuffJoas Schilling2017-07-051-1/+1
* Fix the installer testsJoas Schilling2017-07-051-1/+5
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-051-1/+1
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-051-3/+4
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-3/+7
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-0/+8
* Add author and copyrightJoas Schilling2017-07-051-0/+3
* Fix code issuesJoas Schilling2017-07-051-11/+16
* Use autoloading instead of require_once from a different dirJoas Schilling2017-07-051-12/+6
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-13/+15
* Start migrationsJoas Schilling2017-07-051-0/+401