/* Move to new naming by feature */ module.exports.up = () => Promise.resolve(); module.exports.down = () => Promise.resolve();