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

  return
}