/** * Seed file for workflow event attachments * This creates event attachments for the InvoiceApproval workflow */ const { v4: uuidv4 } = require('uuid'); exports.seed = async function(knex) { };