UNPKG
east-mongo
Version:
latest (1.0.0)
1.0.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
mongodb adapter for east (node.js database migration tool)
github.com/okv/east-mongo
okv/east-mongo
east-mongo
/
lib
/
migrationTemplates
/
async.js
8 lines
(5 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports
.tags = [];
exports
.migrate = async ({db}) => { };
exports
.rollback = async ({db}) => { };