aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
* feat(upgrade): migration attributesMaxence Lange2024-08-061-0/+102
* fix(db): cs-fix spacingJosh2024-05-221-1/+1
* fix(db): Prevent data loss by temporarily disabling `db:convert-type`Josh2024-05-221-0/+7
* Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-appsJosh2024-03-071-1/+1
|\
| * fix(db): db-convert supports disabled apps but not removed onesJosh2024-02-251-1/+1
* | fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-051-3/+3
* | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-5/+51
|/
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-3/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-3/+3
* fix(db): Print why the migration file could not be createdChristoph Wurst2023-11-221-1/+1
* fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-243-27/+2
* fix(db): Move missing core indices to typed eventJoas Schilling2023-07-241-416/+0
* fix: Add options to support all used features by coreJoas Schilling2023-07-241-1/+17
* fix(db): Move missing core columns to typed eventJoas Schilling2023-07-241-36/+1
* fix(db): Move missing core primary keys to typed eventJoas Schilling2023-07-241-121/+1
* feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-7/+48
* feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-9/+43
* Merge pull request #39389 from nextcloud/enh/add-missing-indices-eventJulius Härtl2023-07-141-1/+30
|\
| * feat: Add public event for missing indicesJulius Härtl2023-07-141-1/+30
* | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-131-2/+2
|/
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-211-0/+13
* Update core/Command/Db/ConvertType.phpFaraz Samapoor2023-06-191-1/+1
* Update core/Command/Db/ConvertFilecacheBigInt.phpFaraz Samapoor2023-06-191-1/+3
* Update core/Command/Db/Migrations/MigrateCommand.phpFaraz Samapoor2023-06-191-1/+3
* Update core/Command/Db/Migrations/StatusCommand.phpFaraz Samapoor2023-06-191-1/+3
* Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-199-58/+27
* 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