Sha256: 8e99f415b38826a4602ba448e8cb9ce66a8c53a85b24faf39fa689430fbf6bfd

Contents?: true

Size: 118 Bytes

Versions: 5

Compression:

Stored size: 118 Bytes

Contents

class AddLocationToPeople < ActiveRecord::Migration
  def change
    add_column :people, :location, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kinney-0.1.1 db/migrate/20120723182032_add_location_to_people.rb
kinney-0.1.0 db/migrate/20120723182032_add_location_to_people.rb
kinney-0.0.3 db/migrate/20120723182032_add_location_to_people.rb
kinney-0.0.2 db/migrate/20120723182032_add_location_to_people.rb
kinney-0.0.1 db/migrate/20120723182032_add_location_to_people.rb