aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-206/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+2
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* add support for boolean defaultMaxence Lange2019-01-091-1/+5
* Add autocomplete to migration commandsJoas Schilling2018-05-031-5/+1
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-1/+1
* Update license headersMorris Jobke2017-11-061-1/+0
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-0/+7
* 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-251-0/+201