Sha256: 47fd1bbde83ea28364e54ba88db97b3090ef63d9b0507e8b4fd9f817ebf8dede

Contents?: true

Size: 416 Bytes

Versions: 9

Compression:

Stored size: 416 Bytes

Contents

class AddLocationToSpudCalendarEvent < ActiveRecord::Migration
  def change
    add_column :spud_calendar_events, :location, :string
    add_column :spud_calendar_events, :address, :string
    add_column :spud_calendar_events, :address_2, :string
    add_column :spud_calendar_events, :city, :string
    add_column :spud_calendar_events, :state, :string
    add_column :spud_calendar_events, :zip, :string
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
tb_events-1.3.0 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.1.2 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.2.0.beta1 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.1.1 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.1.0 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
spud_events-0.9.0 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.0.2 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.0.1 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb
tb_events-1.0 db/migrate/20130214131628_add_location_to_spud_calendar_event.rb