mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 03:28:56 +08:00
includes tests and fix that works in all cases.
This commit is contained in:
@@ -235,6 +235,7 @@ class MigrateController extends BaseMigrateController
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* @since 2.0.8
|
||||
*/
|
||||
protected function generateMigrationSourceCode($params)
|
||||
{
|
||||
@@ -312,6 +313,7 @@ class MigrateController extends BaseMigrateController
|
||||
*
|
||||
* @param string $tableName the table name to generate.
|
||||
* @return string
|
||||
* @since 2.0.8
|
||||
*/
|
||||
protected function generateTableName($tableName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user