aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db/AddMissingColumns.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-8/+0
* fix(db): Move missing core columns to typed eventJoas Schilling2023-07-241-36/+1
* feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-241-9/+43
* 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-4/+10
* 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
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+105