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 'TIMESTAMP':
case 'DATETIME': case 'DATETIME':
return 'Date'; return 'Date';
case 'POINT' case 'POINT':
return 'GeoPoint'; return 'GeoPoint';
default: default:
return 'String'; return 'String';