/** * Empty migration file - content moved to 20251020120000_create_invoice_template_assignments.cjs * * @param { import('knex').Knex } knex */ exports.up = async function up(knex) { // Migration content moved to new file with correct date }; /** * @param { import('knex').Knex } knex */ exports.down = async function down(knex) { // Migration content moved to new file with correct date };