2018-12-27 18:20:13 +01:00

4 lines
66 B
JavaScript

exports.seed = (knex, Promise) => {
throw new Error('Boom');
};