Explictly set forceId:false in test model
This commit is contained in:
parent
4ce71a3489
commit
a9dc15c180
|
@ -32,6 +32,8 @@ describe('mysql', function() {
|
|||
history: Object,
|
||||
stars: Number,
|
||||
userId: ObjectID,
|
||||
}, {
|
||||
forceId: false
|
||||
});
|
||||
|
||||
PostWithStringId = db.define('PostWithStringId', {
|
||||
|
|
Loading…
Reference in New Issue