summaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-9/+19
* Add author and copyrightJoas Schilling2017-07-052-0/+6
* Do not allow to go back on productive systemsJoas Schilling2017-07-051-1/+23
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-63/+27
* Start migrationsJoas Schilling2017-07-054-0/+412