Project

General

Profile

Download (165 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddPasswordHashToOperatingsystem < ActiveRecord::Migration
def change
add_column :operatingsystems, :password_hash, :string, :default => 'MD5'
end
end
(232-232/282)