export async function down(knex: Knex): Promise<any> {
  await knex.schema.dropTable('reports')

  return
}