module ActiveRecord::Tasks::DatabaseTasks

def purge_current(environment = env)

def purge_current(environment = env)
  each_current_configuration(environment) { |db_config| purge(db_config) }
  migration_class.establish_connection(environment.to_sym)
end