Page MenuHomeGRNET

20151102194922_add_host_id_to_schedules.rb
No OneTemporary

File Metadata

Created
Wed, Nov 19, 9:23 AM

20151102194922_add_host_id_to_schedules.rb

class AddHostIdToSchedules < ActiveRecord::Migration
def connection
ActiveRecord::Base.establish_connection(Baas::settings[:local_db]).connection
end
def change
add_column :schedules, :host_id, :integer
add_index :schedules, :host_id
end
end

Event Timeline