BikeBikeBike/db/migrate/20140222202258_remove_location_id_from_organizations.rb

6 lines
146 B
Ruby
Raw Normal View History

2014-03-09 14:43:33 -06:00
class RemoveLocationIdFromOrganizations < ActiveRecord::Migration
def change
remove_column :organizations, :location_id, :integer
end
end