Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyUss committed Oct 2, 2015
1 parent 04d0eca commit 2bc6533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/FromMySqlToPostgreSql/MapDataTypes.php
Expand Up @@ -285,7 +285,7 @@ public static function map($strMySqlDataType)
: self::$arrMySqlPgSqlTypesMap[$strDataType]['type'];

} else {
// Should be converted with a length definition.
// Should be converted with a length definition.
$strRetVal = $boolIncreaseOriginalSize
? self::$arrMySqlPgSqlTypesMap[$strDataType]['increased_size'] . '(' . $arrDataType[1]
: self::$arrMySqlPgSqlTypesMap[$strDataType]['type'] . '(' . $arrDataType[1];
Expand Down

0 comments on commit 2bc6533

Please sign in to comment.