summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MigrationService.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Remove the custom prefix from the table name length when checking on the defa...Joas Schilling2019-04-301-1/+1
* Indeces, columns and sequences don't have the table prefixJoas Schilling2019-03-281-6/+6
* Only check the Oracle schema conditions if the app supports itJoas Schilling2018-12-171-2/+23
* Only check changed itemsJoas Schilling2018-12-171-13/+18
* Disable Oracle enforcement for now until the following issues are solved:Joas Schilling2018-08-061-1/+2
* Fix primary key handling on postgresJoas Schilling2018-07-271-3/+4
* Ignore custom prefixes which are longerJoas Schilling2018-07-271-9/+9
* Ignore automatic generated sequencesJoas Schilling2018-07-271-1/+10
* Fix calculation of default nameJoas Schilling2018-07-271-3/+23
* Prevent too long identifier namesJoas Schilling2018-07-271-1/+41
* Only create the schema when moving between databasesJoas Schilling2018-07-191-9/+15
* Add human readable description to migration stepsRobin Appelman2018-05-301-4/+23
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* Create the migrations table also with the UTF8mb4 collationJoas Schilling2018-01-311-12/+10
* Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-171-2/+2
|\
| * Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-2/+2
* | Correctly drop the ownCloud migrations tableJoas Schilling2018-01-171-1/+1
|/
* Check if realpath() returns falseMorris Jobke2018-01-121-1/+1
* Drop the ownCloud migration table instead of reusing itJoas Schilling2018-01-041-3/+36
* Update license headersMorris Jobke2017-11-061-4/+2
* "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