var path = require('path')
var fs = require('fs')

var migration2 = require('../migrations/002')

module.exports = [
  migration2,
]