Sha256: 3a1239d6453a893c8a0326f49c5008a8c1dffad3fc39cfa77e579f21d30c269b
Contents?: true
Size: 266 Bytes
Versions: 18
Compression:
Stored size: 266 Bytes
Contents
# This migration comes from g5_updatable (originally 20151106070749) 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
18 entries across 18 versions & 1 rubygems