4 lines
66 B
JavaScript
Raw Permalink Normal View History

2018-12-27 18:20:13 +01:00
exports.seed = (knex, Promise) => {
throw new Error('Boom');
};