mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-14 19:28:34 +01:00
Fixes #5817 [skip ci]
This commit is contained in:
@@ -408,7 +408,7 @@ abstract class BaseMigrateController extends Controller
|
||||
* ~~~
|
||||
*
|
||||
* @param integer $limit the maximum number of new migrations to be displayed.
|
||||
* If it is 0, all available new migrations will be displayed.
|
||||
* If it is `all`, all available new migrations will be displayed.
|
||||
* @throws \yii\console\Exception if invalid limit value passed
|
||||
*/
|
||||
public function actionNew($limit = 10)
|
||||
@@ -642,4 +642,4 @@ abstract class BaseMigrateController extends Controller
|
||||
* @param string $version migration version name.
|
||||
*/
|
||||
abstract protected function removeMigrationHistory($version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user