Project

General

Profile

Download (234 Bytes) Statistics
| Branch: | Tag: | Revision:
class ChangeOsDefaultPasswordHash < ActiveRecord::Migration
def up
change_column_default :operatingsystems, :password_hash, 'SHA256'
end

def down
change_column_default :operatingsystems, :password_hash, 'MD5'
end
end
(263-263/286)