Page MenuHomeGRNET

20151025070113_add_password_to_hosts.rb
No OneTemporary

File Metadata

Created
Fri, Aug 29, 9:12 PM

20151025070113_add_password_to_hosts.rb

class AddPasswordToHosts < ActiveRecord::Migration
def change
add_column :hosts, :password, :string
end
end

Event Timeline