Sha256: 141bea92826cb8bbfce4429d2da03fd2434e6dc296c63b0e7b8c74e14e256e41

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_updatable-0.20.3.pre.1 db/migrate/20151106070749_add_latitude_longitude_indexes_to_location.rb