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,
|
history: Object,
|
||||||
stars: Number,
|
stars: Number,
|
||||||
userId: ObjectID,
|
userId: ObjectID,
|
||||||
|
}, {
|
||||||
|
forceId: false
|
||||||
});
|
});
|
||||||
|
|
||||||
PostWithStringId = db.define('PostWithStringId', {
|
PostWithStringId = db.define('PostWithStringId', {
|
||||||
|
|
Loading…
Reference in New Issue