65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
b953a184e3
Fixes #13919 : Added option to add comment for created table to migration console command
2018-01-15 18:30:52 +03:00
2d672b6722
release version 2.0.13
2017-11-03 01:09:29 +03:00
e311001ef5
#14543 : Adjusted implementation of migration name length limit
2017-10-27 00:20:37 +03:00
ab8c54f12a
Fixes #14864 : Ability to use dependencies in constructor of migrations
2017-09-23 01:24:18 +02:00
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
2017-08-25 13:30:28 +03:00
264831cf21
BaseMigrateController::refreshDatabase()
renamed to truncateDatabase()
2017-08-24 13:08:46 +03:00
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
1501c659ac
Add empty lines before return statements. ( #14682 ) [skip ci]
2017-08-21 01:58:49 +03:00
58792cdac5
Fixes #14664 : Add migrate/fresh command to truncate database and apply migrations again
2017-08-20 01:00:41 +03:00
fe8a0a6a2e
Enable no_useless_else
rule in php-cs-fixer ( #14420 )
2017-07-10 11:26:21 +03:00
ba0ab403b5
Added php-cs-fixer coding standards validation to Travis CI ( #14100 )
...
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
6ec6f8d76c
moved include file logic to separate method
2017-06-02 13:35:45 +02:00
5288577221
make migrationPath accept an array
2017-06-02 13:35:45 +02:00
1141fc81a7
Fixes #12735 : Fixed yii\console\controllers\MigrateController
creating multiple primary keys for field bigPrimaryKey:unsigned
2016-12-02 01:03:24 +03:00
1157657cab
Fixed incorrect order of migrations history in case yii\console\controllers\MigrateController::$migrationNamespaces
is in use
2016-11-14 14:24:53 +02:00
5c3cdd792b
fix code style
2016-11-12 18:15:27 +03:00
3d3d69e3a8
returned back orderBy()
2016-11-12 18:06:02 +03:00
50062d0b9f
some change
2016-11-12 15:30:46 +03:00
c7c8f09827
ksort and reverse to uksort
2016-11-12 11:10:57 +03:00
481932e238
add migration name to sort
2016-11-12 02:20:00 +03:00
59f7335b8f
change getMigrationHistory
2016-11-12 00:58:20 +03:00
b48b1a0657
Fixes #12904 : Fixed lowercase table name in migrations
2016-11-08 23:39:44 +03:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
4f89265fff
Fixes #12748 : Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly
2016-11-01 02:02:16 +03:00
8aa0e85a07
Add migration namespace support ( #12511 )
...
namespace support added to `BaseMigrateController`
2016-09-12 14:01:04 +03:00
8ec60e3d9b
Merge branch '12423-migration-tool' of https://github.com/pana1990/yii2 into pana1990-12423-migration-tool
2016-09-11 21:17:43 +03:00
ae42d7b281
Fix #12423 Fix bug migration tool when creating fields with brackets in comment
2016-09-11 18:03:09 +02:00
496de65ee2
Fixes #12053 : ./yii migrate/create
was generating wrong code when using bigPrimaryKey
2016-08-05 01:09:55 +03:00
5992eea571
Fixes #11808 : _table
and _column
suffixes are now required when generating migration
2016-07-04 12:50:37 +03:00
9d327baa8b
coding style fixes
2016-05-26 11:19:32 +02:00
731769241b
release version 2.0.8
2016-04-28 16:50:20 +02:00
4411a74ebd
proper fix for #9425 , adjust changes from #11363
...
includes tests and fix that works in all cases.
2016-04-28 01:29:07 +02:00
9ea5d46140
added missing @since
annotations
2016-04-28 01:05:31 +02:00
7c663debd5
[ci skip] phpDoc updated ( #11434 )
2016-04-27 16:43:40 +03:00
de3c7d9d27
Fix MigrateController
2016-04-06 16:28:13 +03:00
6e96d881fd
Merge branch 'master' of github.com:yiisoft/yii2 into migrate-fields-refactoring
2016-04-06 16:03:05 +03:00
b923adf75c
Enh: Support for useTablePrefix parameter in migrate command
...
Fixes #11166 : migrate command new option `useTablePrefix`
2016-04-06 13:37:37 +03:00
a90ffecdb3
MigrateController
refactored avoiding internal state changing
2016-04-06 13:37:03 +03:00
b72524d490
Fixes #11280 migrate autogenerate breaks MongoDB migration
...
Fixes #11280 : Descendants of `yii\console\controllers\BaseMigrateController`, like the one for MongoDB, unable to create new migration
2016-04-05 23:05:40 +03:00
49aec24ae1
Enh: Migrate command now supports foreign keys
...
Fixes #11207 : migrate command can create foreign keys
2016-04-05 01:02:52 +03:00
705edfff5a
Add aliases for core commands
2016-02-25 16:28:19 +01:00
5db772ef7b
cleanup console namespace changes
2016-02-06 20:05:14 +01:00
cd87d67f34
Global DOCS update: ~~~ replaced with ```
2015-12-02 23:15:28 +02:00
2a1764f97a
Enhancements for #9465
2015-11-23 13:33:26 +03:00
76e8556d34
#9465 better naming, code polish, changelog, docs wording
2015-11-20 22:50:32 +03:00
9afd240ab6
Fixes #9465 : ./yii migrate/create now generates code based on migration name and --fields
2015-11-20 22:08:47 +03:00
a6b8a30998
Removed unused "use"
2015-08-04 15:38:31 +03:00
681db52ba6
refactored SchemaBuilder
...
- rename class to ColumnSchemaBuilder as this is more appropriate
- changed internal organisation to match how the rest of schema related classes work
- the ColumnSchemaBuilder is now created the same way as QueryBuilder is
- removed static call magic and method annotations, now real methods are called as they are
- the whole code works on objects in a db context now instead of setting database connection in global state
- trait is now used by Migration by default but can be used in other contexts as well
Migration usage is now as follows:
```php
$this->createTable('example_table', [
'id' => $this->primaryKey(),
'name' => $this->string(64)->notNull(),
'type' => $this->integer()->notNull()->defaultValue(10),
'description' => $this->text(),
'rule_name' => $this->string(64),
'data' => $this->text(),
'created_at' => $this->datetime()->notNull(),
'updated_at' => $this->datetime(),
]);
```
2015-08-03 23:25:50 +02:00
da941a7675
Improved SchemaBuilder
implementation
2015-07-08 15:40:09 +03:00