Commit 697e909c by Alexander Kochetov

Comments updated

parent 40de668a
...@@ -193,6 +193,7 @@ class MigrateController extends Controller ...@@ -193,6 +193,7 @@ class MigrateController extends Controller
* ~~~ * ~~~
* yii migrate/down # revert the last migration * yii migrate/down # revert the last migration
* yii migrate/down 3 # revert the last 3 migrations * yii migrate/down 3 # revert the last 3 migrations
* yii migrate/down all # revert all migrations
* ~~~ * ~~~
* *
* @param integer $limit the number of migrations to be reverted. Defaults to 1, * @param integer $limit the number of migrations to be reverted. Defaults to 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment