111 Commits (2bfe51c6c71fa00aa3cf72ffbb8f2cfc04695c3a)

Author SHA1 Message Date
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
Walid Said 3f3003d823
Fix #18303: Fix creating migration issue for column methods used after defaultValues 4 years ago
Bizley e50a07c30c Fix #17437: Fixed generating namespaced migrations 5 years ago
Alexander Makarov d23537fa26
Fix type annotations 5 years ago
Alexander Kartavenko 757bc42645 Fixes #17325: Fixed "Cannot drop view" for MySQL while `migrate/fresh` 5 years ago
Alexander Kartavenko 0fcd495583 Fixes #16394: Fixed issues in `migrate/create` when specifying default values with colons and adding multiple columns 5 years ago
Nikolay 1a34f61e56 Fixes #16941: Set `yii\console\controllers\MigrateController::useTablePrefix` to true as default value 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Elvira Sheina e55b3e0ba1 Fixes #16278: Fixed drop existing views when console `migrate/fresh` command runs 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
Viktor Khokhryakov 2c68336754 Fix #15724: MigrateController::optionAliases() have 2 same keys 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Elvira Sheina b953a184e3 Fixes #13919: Added option to add comment for created table to migration console command 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
Vitaly ab8c54f12a Fixes #14864: Ability to use dependencies in constructor of migrations 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
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
Carsten Brandt 6ec6f8d76c
moved include file logic to separate method 7 years ago
Carsten Brandt 5288577221
make migrationPath accept an array 7 years ago
SG5 1141fc81a7 Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned` 8 years ago
Klimov Paul 1157657cab Fixed incorrect order of migrations history in case `yii\console\controllers\MigrateController::$migrationNamespaces` is in use 8 years ago
evgen 5c3cdd792b fix code style 8 years ago
evgen 3d3d69e3a8 returned back `orderBy()` 8 years ago
evgen 50062d0b9f some change 8 years ago
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
cuiliang c0df003ac0 merge from master 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