We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d48de commit 54b489bCopy full SHA for 54b489b
lib/document.js
@@ -61,6 +61,8 @@ let Embedded;
61
62
const specialProperties = utils.specialProperties;
63
64
+const VERSION_INC = 2;
65
+
66
/**
67
* The core Mongoose document constructor. You should not call this directly,
68
* the Mongoose [Model constructor](./api/model.html#Model) calls this for you.
0 commit comments