aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39396 from nextcloud/backport/39389/stable27Julius Härtl2023-07-171-2/+32
|\
| * feat: Add public event for missing indicesJulius Härtl2023-07-141-2/+32
* | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-141-2/+2
|/
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-07-101-0/+13
* add new index in repair step instead of on-migrateRobin Appelman2023-04-281-0/+8
* Add parent index on filecacheLouis Chemineau2023-03-201-0/+10
* Fix typo that added a letter to migration templateVitor Mattos2023-02-251-1/+1
* properly typehint generated migrationsRoeland Jago Douma2022-10-091-4/+4
* Update ConvertFilecacheBigInt.phptimm2k2022-09-141-0/+1
* DB mounts table: Add index for mount_provider_classMarcel Klehr2022-08-011-0/+13
* Update core to PHP 7.4 standardCarl Schwan2022-05-2010-79/+19
* Fix strict comparisonJoas Schilling2022-04-271-1/+1
* Fix type fixingJoas Schilling2022-04-251-1/+1
* Give hints on correct migration versioningJoas Schilling2022-04-251-0/+32
* Additional index on oc_preferences to make sure that gettingh values without ...Julius Härtl2022-04-191-0/+13
* Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyrightCôme Chilliet2022-03-291-0/+24
|\
| * migration generator also includes copyright sectionArthur Schiwon2022-03-281-0/+24
* | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-10/+8
|\ \ | |/ |/|
| * Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-10/+8
* | Don't create cards_abiduri it if already existsLouis Chemineau2022-03-241-5/+9
|/
* Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-283-37/+130
|\
| * Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-243-37/+130
* | Improve performance when converting between DBsCarl Schwan2022-02-161-15/+25
|/
* Add index for direct editing cleanup jobJulius Härtl2022-02-071-0/+13
* Check style updateCarl Schwan2022-01-132-2/+2
* Add missing index for propertypath only queries against propertiesChristoph Wurst2021-12-231-0/+13
* Add an index for selecting the next jobJoas Schilling2021-12-011-0/+13
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+2
* add a prefix index to filecache.pathRobin Appelman2021-10-081-0/+7
* add better index for finding unindexed pathsRobin Appelman2021-10-071-0/+7
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-byChristoph Wurst2021-06-091-5/+2
|\
| * Fix #26085Daniel Kesselberg2021-06-081-5/+2
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-15/+12
|/
* Revert "add a prefix index to filecache.path"Roeland Jago Douma2021-04-081-7/+0
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-242-207/+0
* Bye bye database.xmlJoas Schilling2021-03-241-11/+7
* add a prefix index to filecache.pathRobin Appelman2021-03-191-0/+7
* DB conversion: improve console outputSimon Spannagel2021-03-171-1/+4
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-122-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-0811-48/+52
* Update license headersChristoph Wurst2020-12-301-0/+1
* Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-0/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-6/+4
* Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-101-0/+33
|\
| * Add missing index on oc_cards and rename if it previously existedJulius Härtl2020-12-091-0/+33
* | Move columns to bigintJulius Härtl2020-12-081-0/+2
|/
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+181
* Update ConvertFilecacheBigInt.phptimm2k2020-10-261-0/+1
* Make the migration template typedJoas Schilling2020-10-151-3/+3