Open skecskes opened 8 years ago
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?
var mongodb = require('mongodb');
👍
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?