module ActiveRecord::Tasks::DatabaseTasks

def schema_sha1(file)

def schema_sha1(file)
  OpenSSL::Digest::SHA1.hexdigest(File.read(file))
end