Page MenuHomeGRNET

20151102194922_add_host_id_to_schedules.rb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 9:55 AM

20151102194922_add_host_id_to_schedules.rb

class AddHostIdToSchedules < ActiveRecord::Migration
def change
add_column :schedules, :host_id, :integer
add_index :schedules, :host_id
end
end

Event Timeline