Fix merge issue
This commit is contained in:
parent
e54aa56cee
commit
1e73a4b496
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue