module ActiveRecord::Tasks::DatabaseTasks

def drop_current(environment = env)

def drop_current(environment = env)
  each_current_configuration(environment) { |configuration|
    drop configuration
  }
end