summaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations/GenerateCommand.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
* 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 autocomplete to migration commandsJoas Schilling2018-05-031-2/+40
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-5/+5
* Update license headersMorris Jobke2017-11-061-3/+2
* Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-251-5/+13
* 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-051-0/+3
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-63/+27
* Start migrationsJoas Schilling2017-07-051-0/+166