proper fix for #9425, adjust changes from #11363

includes tests and fix that works in all cases.
This commit is contained in:
Carsten Brandt
2016-04-28 01:29:07 +02:00
parent 9ea5d46140
commit 4411a74ebd
6 changed files with 25 additions and 18 deletions

View File

@@ -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)
{