Merge pull request #1777 from dizews/patch-1

Update migration.md
This commit is contained in:
Alexander Makarov
2014-01-04 09:52:14 -08:00

View File

@@ -307,7 +307,7 @@ are located within the module's `migrations` directory, we can use the following
command: command:
``` ```
yii migrate/up --migrationPath=@app.modules.forum.migrations yii migrate/up --migrationPath=@app/modules/forum/migrations
``` ```