mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix name migration class [skip ci]
This commit is contained in:
@ -335,7 +335,7 @@ yii migrate/create drop_position_from_post --fields=position:integer
|
||||
generates
|
||||
|
||||
```php
|
||||
class m150811_220037_remove_position_from_post extends Migration
|
||||
class m150811_220037_drop_position_from_post extends Migration
|
||||
{
|
||||
public function up()
|
||||
{
|
||||
|
Reference in New Issue
Block a user