module ActiveRecord::Tasks::DatabaseTasks

def collation_current(environment = env)

def collation_current(environment = env)
  collation ActiveRecord::Base.configurations[environment]
end