const uuidv4 = require('uuid/v4'); // give everybody the shapes mtx exports.up = async knex => { await knex.raw(` DELETE from mtx WHERE variant = 'Molecular'; `); }; exports.down = async () => {};