module ActiveRecord::Tasks::DatabaseTasks

def drop_all

def drop_all
  each_local_configuration { |db_config| drop(db_config) }
end