Sha256: 3495c68ef94113df2c59371d3371511885c4f46da045585b10bfcdcd797f10f6

Contents?: true

Size: 125 Bytes

Versions: 4

Compression:

Stored size: 125 Bytes

Contents

class AddPersonIdToSchedule < ActiveRecord::Migration
  def change
    add_column :schedules, :person_id, :integer
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hot_date_rails-1.5.7 spec/dummy/db/migrate/20160714012056_add_person_id_to_schedule.rb
hot_date_rails-1.5.6 spec/dummy/db/migrate/20160714012056_add_person_id_to_schedule.rb
hot_date_rails-1.5.4 spec/dummy/db/migrate/20160714012056_add_person_id_to_schedule.rb
hot_date_rails-1.5.3 db/migrate/20160714012056_add_person_id_to_schedule.rb