aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-072-0/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-132-9/+6
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pwJohn Molakvoæ2024-09-041-1/+19
|\
| * fix(occ): Add support for UNIX sockets to `db:convert-type`Josh Richards2024-08-161-1/+19
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-8/+8
|/
* fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
* fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-3/+7
* feat(upgrade): release metadataMaxence Lange2024-07-292-124/+37
* feat(upgrade): migration attributesMaxence Lange2024-07-292-0/+268
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-192-4/+3
* fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-191-2/+2
* Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-023-0/+227
|\
| * feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-023-0/+227
* | chore: use spdx for migrations generatorDaniel Kesselberg2024-06-281-19/+2
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-2610-225/+28
* fix(db): cs-fix spacingJosh2024-05-181-1/+1
* fix(db): Prevent data loss by temporarily disabling `db:convert-type`Josh2024-05-171-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