Commit Graph

17 Commits

Author SHA1 Message Date
Klimov Paul
65f6b59b35 @inheritdoc notation changed 2018-01-23 13:11:24 +02:00
Robert Korulczyk
5a8c3d537b Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
Dmitry V. Alexeev
1761a10c13 Added phpdoc to migration template [skip ci] 2017-08-03 13:15:23 +03:00
Nikolay Oleynikov
558f2aa02a Fixes #13827 Generate "safe" methods uncommented by default 2017-03-23 00:53:14 +03:00
Nikolay Oleynikov
cf4eea1878 Fixes #13823: Refactored migrations template 2017-03-22 18:28:33 +03:00
Paul Klimov
8aa0e85a07 Add migration namespace support (#12511)
namespace support added to `BaseMigrateController`
2016-09-12 14:01:04 +03:00
Alexey Rogachev
760cc03194 Removed extra line break
Caused by #9440
2015-08-25 09:54:18 +06:00
Alexey Rogachev
777c45a653 Removed yii\db\Schema from use section
Declaration of yii\db\Schema is not needed by default. Migration can be related with changing data or renaming column, so user should explicitly add it when it's needed.
2015-08-17 15:42:06 +06:00
Felix Schindler
04accb6dcc Trim some trailing whitespaces. 2015-07-14 14:16:20 +02:00
Carsten Brandt
6dc45276b5 Added hint about safeUp/safeDown 2015-02-23 21:19:53 +01:00
Mark
583a562bb9 migration fixed 2014-07-01 18:18:09 +04:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Carsten Brandt
dbc6d106b4 reverted wrong changes after #2764
- readded removed file
- readded use statement to migration template
2014-03-16 21:01:53 +01:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Qiang Xue
af4455eb03 Finished console support.
Finished migrate command.
2013-02-03 19:37:29 -05:00