module ActiveRecord::Tasks::DatabaseTasks

def purge_all

def purge_all
  each_local_configuration { |db_config| purge(db_config) }
end