afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

requiring mongodb in migrations #56

Open skecskes opened 8 years ago

skecskes commented 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?

bipvanwinkle commented 8 years ago

👍