Project

General

Profile

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

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