Sha256: 557120f65b410ba7d49ac2bbe332c52bf67b636fc3381d18b84c489f4b38ffa8

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

class AddLatitudeAndLongitudeToLocation < ActiveRecord::Migration[4.2]
  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-1.0.2.pre.1 db/migrate/20151103043916_add_latitude_and_longitude_to_location.rb