From d8d7ed1ee3e2436c1702a44e71c8c44872a40b3b Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sat, 4 Jan 2014 20:27:55 +0300 Subject: [PATCH] Update migration.md dots do not work. --- docs/guide/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migration.md b/docs/guide/migration.md index 2833a84..7d31ca5 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -307,7 +307,7 @@ are located within the module's `migrations` directory, we can use the following command: ``` -yii migrate/up --migrationPath=@app.modules.forum.migrations +yii migrate/up --migrationPath=@app/modules/forum/migrations ```