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

  return
}