Sha256: 28ffa0f8959c444423aea2d87c8467725d58889fa5034498002770d6530662c6
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
class AddLatitudeAndLongitudeToLocation < ActiveRecord::Migration def change add_column :g5_updatable_locations, :latitude, :float add_column :g5_updatable_locations, :longitude, :float end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-0.20.3.pre.1 | db/migrate/20151103043916_add_latitude_and_longitude_to_location.rb |