aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db/AddMissingPrimaryKeys.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-261-20/+2
* fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-9/+0
* 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
* Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-191-7/+4
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+2
* Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-241-9/+30
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-6/+0
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+181