Merge pull request #1181 from strongloop/Mysql-CI-Fix
Fix MySql CI server Failure
This commit is contained in:
commit
64517b5b02
|
@ -44,7 +44,7 @@ module.exports = function(dataSource, should, connectorCapabilities) {
|
||||||
});
|
});
|
||||||
|
|
||||||
GeoModel = dataSource.createModel('GeoModel', {
|
GeoModel = dataSource.createModel('GeoModel', {
|
||||||
id: {type: String, id: true},
|
id: {type: String, id: true, default: uid.next},
|
||||||
name: {type: String, required: false},
|
name: {type: String, required: false},
|
||||||
location: {type: GeoPoint, required: false},
|
location: {type: GeoPoint, required: false},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue