remove molecular mtx
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 () => {};
|
||||
Reference in New Issue
Block a user