UNPKG

mongo-migrations

Version:

Asynchronous MongoDB migration framework for Node.js based on node-migrate

8 lines (6 loc) 139 B
module.exports.up = async (mongoClient) => { return undefined; }; module.exports.down = async (mongoClient) => { return undefined; };