Sha256: 99ec0877e1f80d9797053cb82da72b8bea54fccefe07063b926419075e68dee1

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

class AddLocationToOrgs < ActiveRecord::Migration
  def change
    add_column :organizations, :location,    :text
    add_column :organizations, :description, :text
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/db/migrate/20140325213011_add_location_to_orgs.rb