Page MenuHomeGRNET

20160121222332_add_origin_to_host.rb
No OneTemporary

File Metadata

Created
Sun, Jan 18, 4:43 PM

20160121222332_add_origin_to_host.rb

class AddOriginToHost < ActiveRecord::Migration
def up
add_column :hosts, :origin, :integer, limit: 1
end
def down
remove_column :hosts, :origin
end
end

Event Timeline