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