Skip to content

Commit

Permalink
Update console.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy authored Jun 23, 2017
1 parent 14b550d commit 835443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
'migrate' => [
'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
'@app/migrations',
'@vendor/yii2mod/yii2-cms/migrations',
'@vendor/yii2mod/yii2-cron-log/migrations',
'@vendor/yii2mod/yii2-user/migrations',
'@vendor/yii2mod/yii2-comments/migrations',
'@vendor/yii2mod/yii2-settings/migrations',
'@yii/rbac/migrations',
'@app/migrations',
],
],
'fixture' => [
Expand Down

0 comments on commit 835443a

Please sign in to comment.