68 Commits (596bcff0b41d6c5dc074ca5c248741f1a87bbe64)

Author SHA1 Message Date
Bizley e50a07c30c Fix #17437: Fixed generating namespaced migrations 5 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Vladimir Reznichenko 185209957e Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Carsten Brandt e311001ef5 #14543: Adjusted implementation of migration name length limit 7 years ago
Dmitry Dorogin 614fb52c45 Fixes #14543: Throw exception when trying to create migration longer than 255 symbols 7 years ago
Vitaly ab8c54f12a Fixes #14864: Ability to use dependencies in constructor of migrations 7 years ago
Carsten Brandt 97923ac783
ensure backwards compatibiliy with migration without $compact 7 years ago
Francis Lavoie 9588c8f5a4 Fixes #13853: Added `yii\db\Migration::$compact` as well as `yii\console\controllers\BaseMigrateController::$compact` to allow making the migration console output more compact 7 years ago
Klimov Paul 264831cf21 `BaseMigrateController::refreshDatabase()` renamed to `truncateDatabase()` 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Herbert Maschke 58792cdac5 Fixes #14664: Add migrate/fresh command to truncate database and apply migrations again 7 years ago
Carsten Brandt 2f9f15bf92 Fixes #14188: Add constants and function for sysexits(3) to `ConsoleHelper` 7 years ago
Carsten Brandt 0070b97837 allow migrate/mark to mark the history base (#14428) 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Nikolay Oleynikov fdc91f351b Improved base migration controller documentation [skip ci] (#14253) 7 years ago
Carsten Brandt 844eacba26 Update BaseMigrateController.php 7 years ago
Carsten Brandt 6ec6f8d76c
moved include file logic to separate method 7 years ago
Carsten Brandt 5288577221
make migrationPath accept an array 7 years ago
Tobias Munk deb1def9d3
added alias syntax support 7 years ago
Carsten Brandt cb9462b224
Added support for specifying aliases for migrationNamespaces 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Klimov Paul 862a5dd6b7 Added support for field `yii\console\controllers\BaseMigrateController::$migrationNamespaces` setup from CLI 8 years ago
Klimov Paul 25a7ed60e7 Docs about namespaced migrations fixed 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 11fe407ad0 release version 2.0.10 8 years ago
Nikola Kovacs 19a896a299 Improve phpdoc and error in BaseMigrateController (#12573) [skip ci] 8 years ago
Klimov Paul 239cdcdf8a Regex fix 8 years ago
Klimov Paul 0450b2002a Added missing `@since` 8 years ago
Klimov Paul 7acd3b6400 Fixed namespace path resolve on Windows at `BaseMigrateController` 8 years ago
Paul Klimov 8aa0e85a07 Add migration namespace support (#12511) 8 years ago
Егор Малыгин a2123d8bb9 Fixed typo in BaseMigrateController.php (#12033) 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Evgeniy Tkachenko 72eca59399 [ci skip] add note about create_xxx drop_xxx (#11435) 9 years ago
Paul Klimov b72524d490 Fixes #11280 migrate autogenerate breaks MongoDB migration 9 years ago
Angel Guevara 49aec24ae1 Enh: Migrate command now supports foreign keys 9 years ago
Carsten Brandt 5db772ef7b cleanup console namespace changes 9 years ago
Pavel Solomienko 2300e9cbe5 Update BaseMigrateController.php 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Daniel Gomez Pan 0b950f4039 Fix phpdocs and small bug 9 years ago
Daniel Gomez Pan 2a1764f97a Enhancements for #9465 9 years ago
Alexander Makarov f03808a7c8 Additional fixes for #9465 9 years ago
Alexander Makarov 76e8556d34 #9465 better naming, code polish, changelog, docs wording 9 years ago
Daniel Gomez Pan 9afd240ab6 Fixes #9465: ./yii migrate/create now generates code based on migration name and --fields 9 years ago
Nikita Verkhovin 99c6fb23a2 Added total applied migrations to final report 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago