Hi, I'm just curious, in each new migration you have line `var mongodb = require('mongodb');` but it is not used in up or down exports. Why is it there?
Hi,
I'm just curious, in each new migration you have line
var mongodb = require('mongodb');but it is not used in up or down exports. Why is it there?