Skip to content

Commit

Permalink
Fixed syntax of command (yiisoft#11703) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaranov authored and samdark committed Jun 6, 2016
1 parent c55b20a commit d793354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/db-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class m150811_220037_drop_position_from_post extends Migration
Если имя миграции задано как `create_junction_xxx_and_yyy`, файл будет содержать код для создания промежуточной таблцы.

```php
yii create/migration create_junction_post_and_tag
yii migrate/create create_junction_post_and_tag
```

сгенерирует
Expand Down

0 comments on commit d793354

Please sign in to comment.