Sha256: 4cd5b3a933e472a948555fd3950f91609ac81cc2516ab54181cf254c45d6d521

Contents?: true

Size: 280 Bytes

Versions: 18

Compression:

Stored size: 280 Bytes

Contents

# This migration comes from g5_updatable (originally 20151103043916)
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

18 entries across 18 versions & 1 rubygems

Version Path
g5_authenticatable-1.1.4 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.4.rc.3 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.4.rc.2 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.4.rc.1 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.pre.1 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.rc.5 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.rc.4 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.rc.3 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.rc.2 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.2.rc.1 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.1 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.1.0 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.0.0 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.0.0.pre.4 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.0.0.pre.3 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.0.0.pre.2 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb
g5_authenticatable-1.0.0.pre.1 spec/dummy/db/migrate/20170613201430_add_latitude_and_longitude_to_location.g5_updatable.rb