Sha256: a1d0b4f7291e887720858f3a59ce117d7eae2d25ef684e38d9eb42ed56bfb2fb
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
class AddLatitudeLongitudeIndexesToLocation < ActiveRecord::Migration[4.2] 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-1.0.2.pre.1 | db/migrate/20151106070749_add_latitude_longitude_indexes_to_location.rb |