class AddLatitudeLongitudeIndexesToLocation < ActiveRecord::Migration def change add_index :g5_updatable_locations, :latitude add_index :g5_updatable_locations, :longitude end end