Page MenuHomeGRNET

20151025142916_add_status_and_client_id_to_hosts.rb
No OneTemporary

File Metadata

Created
Sun, Aug 10, 7:36 AM

20151025142916_add_status_and_client_id_to_hosts.rb

class AddStatusAndClientIdToHosts < ActiveRecord::Migration
def change
add_column :hosts, :status, :integer, limit: 1, default: 0
add_column :hosts, :client_id, :integer
end
end

Event Timeline