aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+2
* 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
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-2/+2
* 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
* chore: use spdx for migrations generatorDaniel Kesselberg2024-06-281-19/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-264-80/+14
* fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-051-3/+3
* fix(db): Print why the migration file could not be createdChristoph Wurst2023-11-221-1/+1
* 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-193-15/+6
* 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 core to PHP 7.4 standardCarl Schwan2022-05-204-30/+6
* 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
* migration generator also includes copyright sectionArthur Schiwon2022-03-281-0/+24
* Check style updateCarl Schwan2022-01-132-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-4/+2
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-206/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-085-25/+17
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Make the migration template typedJoas Schilling2020-10-151-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-13/+13
* Add return value to all commandsJoas Schilling2020-06-265-5/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-6/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Update license headersChristoph Wurst2019-12-055-5/+9
* Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
* add support for boolean defaultMaxence Lange2019-01-091-1/+5
* Improve class import and strict typing for generated migration classChristoph Wurst2018-09-071-6/+10
* Fix generated migration class codeChristoph Wurst2018-08-211-3/+0
* Add human readable description to migration stepsRobin Appelman2018-05-301-1/+10
* Add autocomplete to migration commandsJoas Schilling2018-05-035-11/+145
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-6/+6
* Update license headersMorris Jobke2017-11-065-11/+10
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-0/+7
* Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
* Core is converted, so this is dead codeJoas Schilling2017-07-251-9/+7
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-252-5/+214
* Only create the migration directory when necessaryJoas Schilling2017-07-061-0/+17
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-4/+9