Fix MySql CI server Failure

This commit is contained in:
Loay 2016-12-05 11:42:08 -05:00
parent 0fea9ebef0
commit e14c48719e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = function(dataSource, should, connectorCapabilities) {
});
GeoModel = dataSource.createModel('GeoModel', {
id: {type: String, id: true},
id: {type: String, id: true, default: uid.next},
name: {type: String, required: false},
location: {type: GeoPoint, required: false},
});