summaryrefslogtreecommitdiffstats
path: root/core/Command/Db/Migrations
Commit message (Expand)AuthorAgeFilesLines
* 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