mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 17:21:26 +08:00
Comments updated
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user