summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MigrationService.php
Commit message (Expand)AuthorAgeFilesLines
* fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+6
* typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
* composer run cs:fixCôme Chilliet2022-06-211-1/+0
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-21/+13
* Log missing primary key until we make it a requirementJoas Schilling2022-04-081-1/+4
* Add missing doc changesJoas Schilling2022-04-071-0/+4
* Fix typos and empty tabsJoas Schilling2022-04-071-4/+4
* Improve error logging on migration failureJohn Molakvoæ2022-04-071-4/+2
* Ensure schema change before checking OracleConstraintsJohn Molakvoæ2022-04-071-12/+23
* Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet2022-03-311-0/+4
|\
| * Ensure string column limit of 4.000 charactersJoas Schilling2022-03-251-0/+4
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-1/+2
|/
* Disable for now again until more apps are fixedJoas Schilling2022-03-211-2/+2
* Limit missing primary key fail to new tablesJoas Schilling2022-03-211-1/+1
* Enforce primary keys as they are required to be performant in MySQL clustersJoas Schilling2022-03-101-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Do not check Oracle column constraints in unrelated migrationsChristoph Wurst2021-04-191-2/+2
* Rename the method to match what it doesJoas Schilling2021-03-311-3/+3
* Don't allow Notnull for boolean columnsJoas Schilling2021-03-311-0/+5
* Document the constraints we test againstJoas Schilling2021-03-311-0/+17
* Fix exception messages spacingJoas Schilling2021-03-311-2/+2
* Only mark migrations as installed after executionJoas Schilling2021-03-041-2/+4
* When it kicks inJoas Schilling2021-02-181-7/+7
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Make sure the migrations table schema is always checkedJulius Härtl2020-12-091-1/+1
* Make debugging migration exceptions easierJoas Schilling2020-12-071-1/+8
* Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-111-0/+46
* Revert "Installation goes brrrr"Christoph Wurst2020-11-111-46/+0
* Don't create a schema to check if the migrations table existsJoas Schilling2020-11-111-0/+5
* Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling2020-11-111-0/+41
* Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+1
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* 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