Sha256: 56a4559dd2a5c400d717ced67517a6d29f2ed3796598a383327c5712d9b8fad9

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

class AddLatLonToNotifiableDeviceTokens < ActiveRecord::Migration
  
  def change
    enable_extension "postgis"
    add_column :notifiable_device_tokens, :lonlat, :st_point, geographic: true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notifiable-rails-0.26.1 db/migrate/20170116212641_add_lat_lon_to_notifiable_device_tokens.rb
notifiable-rails-0.26.0 db/migrate/20170116212641_add_lat_lon_to_notifiable_device_tokens.rb