aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MigrationService.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-271-13/+21
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-5/+4
* feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-021-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Merge pull request #43357 from nextcloud/enh/41253/fix-occ-upgradeSimon L2024-02-081-10/+49
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-49/+10
* fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-071-10/+49
* fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+6
* Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-051-38/+20
* feat(db): Ensure that index names are unique across the databaseJoas Schilling2023-07-201-0/+55
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* 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