1 2 3 4 5 6 7 8
var path = require('path') var fs = require('fs') var migration2 = require('../migrations/002') module.exports = [ migration2, ]