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