You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type will avoid to do model.findOne({type: '...'})
it should be added automatically for all sub classes of a model when call findOne, findAll, load and replace model.bless
indexes should ensure index on collections
The text was updated successfully, but these errors were encountered:
type
will avoid to do model.findOne({type: '...'})it should be added automatically for all sub classes of a model when call
findOne
,findAll
,load
and replace model.blessindexes should ensure index on collections
The text was updated successfully, but these errors were encountered: