82 Commits (c7c8f09827e6fd4972356a6f1c54ba2b90963301)

Author SHA1 Message Date
evgen c7c8f09827 ksort and reverse to uksort 8 years ago
evgen 481932e238 add migration name to sort 8 years ago
Evgeny 59f7335b8f change getMigrationHistory 8 years ago
Alexander Zlakomanov b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
MKiselev 4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 8 years ago
Paul Klimov 8aa0e85a07 Add migration namespace support (#12511) 8 years ago
Daniel Gomez Pan ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 8 years ago
Alexander Makarov 496de65ee2 Fixes #12053: `./yii migrate/create` was generating wrong code when using `bigPrimaryKey` 8 years ago
Robert Korulczyk 5992eea571 Fixes #11808: `_table` and `_column` suffixes are now required when generating migration 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt 4411a74ebd proper fix for #9425, adjust changes from #11363 9 years ago
Carsten Brandt 9ea5d46140 added missing `@since` annotations 9 years ago
Evgeniy Tkachenko 7c663debd5 [ci skip] phpDoc updated (#11434) 9 years ago
Klimov Paul de3c7d9d27 Fix `MigrateController` 9 years ago
Paul Klimov e2cdaa40a2 `MigrateController` refactored avoiding internal state changing 9 years ago
Angel Guevara b923adf75c Enh: Support for useTablePrefix parameter in migrate command 9 years ago
Klimov Paul a90ffecdb3 `MigrateController` refactored avoiding internal state changing 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
Daniel Gomez Pan 705edfff5a Add aliases for core commands 9 years ago
Carsten Brandt 5db772ef7b cleanup console namespace changes 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Daniel Gomez Pan 2a1764f97a Enhancements 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
Alexander Makarov a6b8a30998 Removed unused "use" 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Matvey Vasenin da941a7675 Improved `SchemaBuilder` implementation 9 years ago
Sergey Gonimar 3872c6c565 Fix migrate/down order 10 years ago
Alexander Makarov 1713a99c79 Fixes #7924: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied 10 years ago
Carsten Brandt 2b6de9665e adjusted docs about #7347 10 years ago
lynicidn 84052d15df Used yii\di\Instance::ensure() in MigrateController instead of doing the same without it 10 years ago
Alexander Makarov 9e42285f61 Reverted #3305 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Alexander Makarov 5d7b70da5f Adjusted #3305: `MigrateController::refreshSchema()` is no more called automatically 10 years ago
Alexander Makarov 7c5938f902 #4791: Added more colors to `yii migrate` command 10 years ago
Alexander Makarov 3c70d3c317 Fixes #3305: `yii migrate` now automatically flushes DB schema cache after successful migration 10 years ago
Alexander Makarov 00ca1cb4b3 Fixes #4914 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Klimov Paul 6cc1310aed `BaseMigrateController` extracted 10 years ago
Mark 1414f9ab6b limit condition changed 10 years ago
Mark d229cb8206 limit applied to migration 10 years ago
Alexander Kochetov f5b7788edd MigrateController refactoring 11 years ago
Alexander Kochetov 697e909c30 Comments updated 11 years ago
Alexander Kochetov 5f2101893e MigrateCommand enhancement. `all` option added for `down` action. 11 years ago
Alexander Makarov a86d2ad11e Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 years ago
Alexander Makarov ff3a20a785 Removed duplicate property 11 years ago