summaryrefslogtreecommitdiffstats
path: root/lib/private/db/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* Only quote identifiers for oracle during migrationRobin Appelman2014-06-031-10/+1
|
* Try and check migration before applying itRobin Appelman2014-06-031-10/+36
|
* Check sqlite migration on a copy of the database fileRobin Appelman2014-06-031-0/+1
|
* Fix migrator for postgresRobin Appelman2014-06-031-1/+3
|
* Fix temporary schema creationRobin Appelman2014-06-031-4/+8
|
* Fix generating migration test schemasRobin Appelman2014-06-031-1/+4
|
* Create unique names for temporary indexesRobin Appelman2014-06-031-3/+23
|
* Add a mechanism to try the database migration on a copy of the tables before ↵Robin Appelman2014-06-031-0/+139
running it on the "real" data