aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/Migrator.php
Commit message (Expand)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Fix psalm issues following doctrine/dbal bumpCôme Chilliet2022-11-211-1/+1
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-7/+5
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-21/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-5/+1
* Skip db migration simulation for core schema changesJulius Härtl2021-03-171-103/+0
* Filter tables with other table prefixDaniel Kesselberg2021-03-021-4/+4
* Add our own DB exception abstractionChristoph Wurst2021-01-121-0/+7
* Don't try a transaction for the migrator on MySQLJoas Schilling2021-01-081-2/+7
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-36/+21
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+4
* Update license headersMorris Jobke2017-11-061-0/+1
* Start migrationsJoas Schilling2017-07-051-8/+9
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Various database migration fixes (#25209)Thomas Müller2016-06-291-0/+20
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+292