Page MenuHomeGRNET

20151025070113_add_password_to_hosts.rb
No OneTemporary

File Metadata

Created
Sun, May 18, 10:29 PM

20151025070113_add_password_to_hosts.rb

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

Event Timeline