Fix MySql CI server Failure
This commit is contained in:
parent
0fea9ebef0
commit
e14c48719e
|
@ -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