From d5b4d10a9f54bd0725574ad10d875111f971b10f Mon Sep 17 00:00:00 2001 From: Snegostoop Date: Wed, 7 Jan 2015 14:28:01 +0200 Subject: [PATCH] Update readme.md typo fix mongomigrate -> migratemongo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e28a62c..162c0ce 100755 --- a/readme.md +++ b/readme.md @@ -929,7 +929,7 @@ version you have is upto date. ## Database migrations -Even though MongoDB is schemaless, you sometimes may need to modify your records. To do so, you may use the `yiic mongomigrate` command. +Even though MongoDB is schemaless, you sometimes may need to modify your records. To do so, you may use the `yiic migratemongo` command. It works exactly like `yiic migrate`. For detailed usage, please refer to the [yii docs](http://www.yiiframework.com/doc/guide/1.1/en/database.migration). To enable the command in your application, add a `commandMap` entry in your config file: