Merge pull request #1181 from strongloop/Mysql-CI-Fix

Fix MySql CI server Failure
This commit is contained in:
Loay 2016-12-05 15:53:08 -05:00 committed by GitHub
commit 64517b5b02
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},
});