We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8ad30 commit bf3e9beCopy full SHA for bf3e9be
1 file changed
sources/mongodb/TMongoDBPlugin.js
@@ -28,7 +28,10 @@ class TMongoDBPlugin extends TAbstractDatabasePlugin {
28
}
29
30
addSchema( value ) {
31
+
32
this._schemas.push(value)
33
+ return this
34
35
36
37
get types () {
0 commit comments