Fix merge issue

This commit is contained in:
Raymond Feng 2014-02-13 08:35:52 -08:00
parent e54aa56cee
commit 1e73a4b496
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ function mixinDiscovery(MySQL) {
case 'TIMESTAMP':
case 'DATETIME':
return 'Date';
case 'POINT'
case 'POINT':
return 'GeoPoint';
default:
return 'String';